#777535

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

Shades of Crete #777535

Tints of Crete #777535

Color information

#777535 (or 0x777535) is unknown color: approx Crete. HEX triplet: 77, 75 and 35. RGB value is (119,117,53). Sum of RGB (Red+Green+Blue) = 119+117+53=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #777535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777535 is #888ACA. Grayscale: #6E6E6E. Windows color (decimal): -8948427 or 3503479. OLE color: 3503479.

HSL color Cylindrical-coordinate representation of color #777535: hue angle of 58.18º 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 #777535 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB11911753-
CMYK00.020.550.53
HSL58.18º38.37%33.73%-
HSV(B)58.18º55.46%46.67%-
XYZ14.6116.95.86-
YUV110.395.66134.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=41.18%
G=40.48%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175300.020.550.5358.1838.3733.73
Hex7775350237353a2622
Octal16716565026765724642
Binary11101111110101110101010110111110101111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777535; }

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

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

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

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

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

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

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

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