#77753B

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

Shades of Crete #77753B

Tints of Crete #77753B

Color information

#77753B (or 0x77753B) is unknown color: approx Crete. HEX triplet: 77, 75 and 3B. RGB value is (119,117,59). Sum of RGB (Red+Green+Blue) = 119+117+59=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753B is #888AC4. Grayscale: #6F6F6F. Windows color (decimal): -8948421 or 3896695. OLE color: 3896695.

HSL color Cylindrical-coordinate representation of color #77753B: hue angle of 58º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77753B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911759-
CMYK00.020.500.53
HSL58º33.71%34.9%-
HSV(B)58º50.42%46.67%-
XYZ14.7616.966.63-
YUV110.9998.66133.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 59 (23.44% from 255) = 20%
R=40.34%
G=39.66%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175900.020.500.535833.7134.9
Hex77753B0232353a2223
Octal16716573026265724243
Binary11101111110101111011010110010110101111010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77753B; }

 p { color: rgb(119,117,59); }

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

<style>
 a { background-color: #77753B; }

 a { background-color: rgb(119,117,59); }

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

<style>
 span { border-color: #77753B; }

 span { border-color: rgb(119,117,59); }

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