#777033

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

Shades of Crete #777033

Tints of Crete #777033

Color information

#777033 (or 0x777033) is unknown color: approx Crete. HEX triplet: 77, 70 and 33. RGB value is (119,112,51). Sum of RGB (Red+Green+Blue) = 119+112+51=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #777033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777033 is #888FCC. Grayscale: #6B6B6B. Windows color (decimal): -8949709 or 3371127. OLE color: 3371127.

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

Color convert

RGB11911251-
CMYK00.060.570.53
HSL53.82º40%33.33%-
HSV(B)53.82º57.14%46.67%-
XYZ1415.755.43-
YUV107.1496.32136.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=42.20%
G=39.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191125100.060.570.5353.824033.33
Hex777033063935362821
Octal16716063067165665041
Binary111011111100001100110110111001110101110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777033; }

 p { color: rgb(119,112,51); }

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

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

 a { background-color: rgb(119,112,51); }

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

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

 span { border-color: rgb(119,112,51); }

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