#777A32

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

Shades of Crete #777A32

Tints of Crete #777A32

Color information

#777A32 (or 0x777A32) is unknown color: approx Crete. HEX triplet: 77, 7A and 32. RGB value is (119,122,50). Sum of RGB (Red+Green+Blue) = 119+122+50=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #777A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A32 is #8885CD. Grayscale: #717171. Windows color (decimal): -8947150 or 3308151. OLE color: 3308151.

HSL color Cylindrical-coordinate representation of color #777A32: hue angle of 62.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #777A32 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB11912250-
CMYK0.0200.590.52
HSL62.5º41.86%33.73%-
HSV(B)62.5º59.02%47.84%-
XYZ15.1418.075.71-
YUV112.992.51132.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=40.89%
G=41.92%
B=17.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122500.0200.590.5262.541.8633.73
Hex777A32203B343e2a22
Octal16717262207364765242
Binary11101111111010110010100111011110100111110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A32; }

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

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

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

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

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

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

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

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