#777329

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

Shades of Crete #777329

Tints of Crete #777329

Color information

#777329 (or 0x777329) is unknown color: approx Crete. HEX triplet: 77, 73 and 29. RGB value is (119,115,41). Sum of RGB (Red+Green+Blue) = 119+115+41=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #777329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777329 is #888CD6. Grayscale: #6C6C6C. Windows color (decimal): -8948951 or 2716535. OLE color: 2716535.

HSL color Cylindrical-coordinate representation of color #777329: hue angle of 56.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777329 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11911541-
CMYK00.030.660.53
HSL56.92º48.75%31.37%-
HSV(B)56.92º65.55%46.67%-
XYZ14.1416.344.51-
YUV107.7690.33136.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=43.27%
G=41.82%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191154100.030.660.5356.9248.7531.37
Hex77732903423539311f
Octal167163510310265716137
Binary11101111110011101001011100001011010111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777329; }

 p { color: rgb(119,115,41); }

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

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

 a { background-color: rgb(119,115,41); }

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

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

 span { border-color: rgb(119,115,41); }

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