#777735

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

Shades of Crete #777735

Tints of Crete #777735

Color information

#777735 (or 0x777735) is unknown color: approx Crete. HEX triplet: 77, 77 and 35. RGB value is (119,119,53). Sum of RGB (Red+Green+Blue) = 119+119+53=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777735 is #8888CA. Grayscale: #6F6F6F. Windows color (decimal): -8947915 or 3503991. OLE color: 3503991.

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

Color convert

RGB11911953-
CMYK000.550.53
HSL60º38.37%33.73%-
HSV(B)60º55.46%46.67%-
XYZ14.8517.375.94-
YUV111.4895133.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=40.89%
G=40.89%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911953000.550.536038.3733.73
Hex7777350037353c2622
Octal16716765006765744642
Binary1110111111011111010100110111110101111100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777735; }

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

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

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

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

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

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

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

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