#777538

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

Shades of Crete #777538

Tints of Crete #777538

Color information

#777538 (or 0x777538) is unknown color: approx Crete. HEX triplet: 77, 75 and 38. RGB value is (119,117,56). Sum of RGB (Red+Green+Blue) = 119+117+56=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #777538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777538 is #888AC7. Grayscale: #6E6E6E. Windows color (decimal): -8948424 or 3700087. OLE color: 3700087.

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

Color convert

RGB11911756-
CMYK00.020.530.53
HSL58.1º36%34.31%-
HSV(B)58.1º52.94%46.67%-
XYZ14.6816.936.24-
YUV110.6497.16133.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=40.75%
G=40.07%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175600.020.530.5358.13634.31
Hex7775380235353a2422
Octal16716570026565724442
Binary11101111110101111000010110101110101111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777538; }

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

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

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

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

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

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

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

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