#77782C

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

Shades of Crete #77782C

Tints of Crete #77782C

Color information

#77782C (or 0x77782C) is unknown color: approx Crete. HEX triplet: 77, 78 and 2C. RGB value is (119,120,44). Sum of RGB (Red+Green+Blue) = 119+120+44=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #77782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782C is #8887D3. Grayscale: #6F6F6F. Windows color (decimal): -8947668 or 2914423. OLE color: 2914423.

HSL color Cylindrical-coordinate representation of color #77782C: hue angle of 60.79º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77782C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11912044-
CMYK0.0100.630.53
HSL60.79º46.34%32.16%-
HSV(B)60.79º63.33%47.06%-
XYZ14.7817.544.99-
YUV111.0490.17133.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=42.05%
G=42.40%
B=15.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120440.0100.630.5360.7946.3432.16
Hex77782C103F353d2e20
Octal16717054107765755640
Binary1110111111100010110010111111110101111101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,120,44); }

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

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

 a { background-color: rgb(119,120,44); }

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

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

 span { border-color: rgb(119,120,44); }

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