#777640

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

Shades of Crete #777640

Tints of Crete #777640

Color information

#777640 (or 0x777640) is unknown color: approx Crete. HEX triplet: 77, 76 and 40. RGB value is (119,118,64). Sum of RGB (Red+Green+Blue) = 119+118+64=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777640 is #8889BF. Grayscale: #707070. Windows color (decimal): -8948160 or 4224631. OLE color: 4224631.

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

Color convert

RGB11911864-
CMYK00.010.460.53
HSL58.91º30.05%35.88%-
HSV(B)58.91º46.22%46.67%-
XYZ15.0117.257.39-
YUV112.14100.83132.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=39.53%
G=39.20%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191186400.010.460.5358.9130.0535.88
Hex777640012E353b1e24
Octal167166100015665733644
Binary1110111111011010000000110111011010111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777640; }

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

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

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

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

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

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

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

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