#777434

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

Shades of Crete #777434

Tints of Crete #777434

Color information

#777434 (or 0x777434) is unknown color: approx Crete. HEX triplet: 77, 74 and 34. RGB value is (119,116,52). Sum of RGB (Red+Green+Blue) = 119+116+52=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #777434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777434 is #888BCB. Grayscale: #6D6D6D. Windows color (decimal): -8948684 or 3437687. OLE color: 3437687.

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

Color convert

RGB11911652-
CMYK00.030.560.53
HSL57.31º39.18%33.53%-
HSV(B)57.31º56.3%46.67%-
XYZ14.4716.665.7-
YUV109.695.49134.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=41.46%
G=40.42%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191165200.030.560.5357.3139.1833.53
Hex777434033835392722
Octal16716464037065714742
Binary11101111110100110100011111000110101111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777434; }

 p { color: rgb(119,116,52); }

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

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

 a { background-color: rgb(119,116,52); }

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

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

 span { border-color: rgb(119,116,52); }

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