#777234

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

Shades of Crete #777234

Tints of Crete #777234

Color information

#777234 (or 0x777234) is unknown color: approx Crete. HEX triplet: 77, 72 and 34. RGB value is (119,114,52). Sum of RGB (Red+Green+Blue) = 119+114+52=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #777234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777234 is #888DCB. Grayscale: #6C6C6C. Windows color (decimal): -8949196 or 3437175. OLE color: 3437175.

HSL color Cylindrical-coordinate representation of color #777234: hue angle of 55.52º 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 #777234 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11911452-
CMYK00.040.560.53
HSL55.52º39.18%33.53%-
HSV(B)55.52º56.3%46.67%-
XYZ14.2416.25.63-
YUV108.4396.16135.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=41.75%
G=40%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191145200.040.560.5355.5239.1833.53
Hex777234043835382722
Octal16716264047065704742
Binary111011111100101101000100111000110101111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777234; }

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

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

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

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

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

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

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

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