#77733C

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

Shades of Crete #77733C

Tints of Crete #77733C

Color information

#77733C (or 0x77733C) is unknown color: approx Crete. HEX triplet: 77, 73 and 3C. RGB value is (119,115,60). Sum of RGB (Red+Green+Blue) = 119+115+60=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77733C is #888CC3. Grayscale: #6E6E6E. Windows color (decimal): -8948932 or 3961719. OLE color: 3961719.

HSL color Cylindrical-coordinate representation of color #77733C: hue angle of 55.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77733C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911560-
CMYK00.030.500.53
HSL55.93º32.96%35.1%-
HSV(B)55.93º49.58%46.67%-
XYZ14.5516.516.69-
YUV109.9399.83134.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=40.48%
G=39.12%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191156000.030.500.5355.9332.9635.1
Hex77733C033235382123
Octal16716374036265704143
Binary11101111110011111100011110010110101111000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77733C; }

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

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

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

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

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

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

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

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