#777532

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

Shades of Crete #777532

Tints of Crete #777532

Color information

#777532 (or 0x777532) is unknown color: approx Crete. HEX triplet: 77, 75 and 32. RGB value is (119,117,50). Sum of RGB (Red+Green+Blue) = 119+117+50=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777532 is #888ACD. Grayscale: #6E6E6E. Windows color (decimal): -8948430 or 3306871. OLE color: 3306871.

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

Color convert

RGB11911750-
CMYK00.020.580.53
HSL58.26º40.83%33.14%-
HSV(B)58.26º57.98%46.67%-
XYZ14.5416.875.51-
YUV109.9694.16134.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=41.61%
G=40.91%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175000.020.580.5358.2640.8333.14
Hex777532023A353a2921
Octal16716562027265725141
Binary11101111110101110010010111010110101111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777532; }

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

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

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

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

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

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

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

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