#7B763A

Color #7B763A Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #7B763A

Tints of Crete #7B763A

Color information

#7B763A (or 0x7B763A) is unknown color: approx Crete. HEX triplet: 7B, 76 and 3A. RGB value is (123,118,58). Sum of RGB (Red+Green+Blue) = 123+118+58=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B763A is #8489C5. Grayscale: #707070. Windows color (decimal): -8686022 or 3831419. OLE color: 3831419.

HSL color Cylindrical-coordinate representation of color #7B763A: hue angle of 55.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B763A is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB12311858-
CMYK00.040.530.52
HSL55.38º35.91%35.49%-
HSV(B)55.38º52.85%48.24%-
XYZ15.4117.476.56-
YUV112.6597.16135.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=41.14%
G=39.46%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231185800.040.530.5255.3835.9135.49
Hex7B763A043534372423
Octal17316672046564674443
Binary111101111101101110100100110101110100110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B763A; }

 p { color: rgb(123,118,58); }

 H1.HeaderClassName
 {
   color: #7B763A;
 }
 .AnyTagClassName
 {
   color: #7B763A;
 }
</style>
background-color css

<style>
 a { background-color: #7B763A; }

 a { background-color: rgb(123,118,58); }

 div.DivClassName
 {
   background-color: #7B763A;
 }
 .BgClassName
 {
   background-color: #7B763A;
 }
</style>
border-color css

<style>
 span { border-color: #7B763A; }

 span { border-color: rgb(123,118,58); }

 td.TdClassName
 {
   border-color: #7B763A;
 }
 .TagClassName
 {
   border-color: #7B763A;
 }
</style>