#777235

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

Shades of Crete #777235

Tints of Crete #777235

Color information

#777235 (or 0x777235) is unknown color: approx Crete. HEX triplet: 77, 72 and 35. RGB value is (119,114,53). Sum of RGB (Red+Green+Blue) = 119+114+53=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777235 is #888DCA. Grayscale: #6C6C6C. Windows color (decimal): -8949195 or 3502711. OLE color: 3502711.

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

Color convert

RGB11911453-
CMYK00.040.550.53
HSL55.45º38.37%33.73%-
HSV(B)55.45º55.46%46.67%-
XYZ14.2716.215.75-
YUV108.5496.66135.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=41.61%
G=39.86%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191145300.040.550.5355.4538.3733.73
Hex777235043735372622
Octal16716265046765674642
Binary111011111100101101010100110111110101110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777235; }

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

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

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

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

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

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

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

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