#77763C

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

Shades of Crete #77763C

Tints of Crete #77763C

Color information

#77763C (or 0x77763C) is unknown color: approx Crete. HEX triplet: 77, 76 and 3C. RGB value is (119,118,60). Sum of RGB (Red+Green+Blue) = 119+118+60=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763C is #8889C3. Grayscale: #6F6F6F. Windows color (decimal): -8948164 or 3962487. OLE color: 3962487.

HSL color Cylindrical-coordinate representation of color #77763C: hue angle of 58.98º degrees, saturation: 0.33, 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 #77763C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911860-
CMYK00.010.500.53
HSL58.98º32.96%35.1%-
HSV(B)58.98º49.58%46.67%-
XYZ14.917.216.81-
YUV111.6998.83133.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=40.07%
G=39.73%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191186000.010.500.5358.9832.9635.1
Hex77763C0132353b2123
Octal16716674016265734143
Binary1110111111011011110001110010110101111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77763C; }

 p { color: rgb(119,118,60); }

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

<style>
 a { background-color: #77763C; }

 a { background-color: rgb(119,118,60); }

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

<style>
 span { border-color: #77763C; }

 span { border-color: rgb(119,118,60); }

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