#77742E

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

Shades of Crete #77742E

Tints of Crete #77742E

Color information

#77742E (or 0x77742E) is unknown color: approx Crete. HEX triplet: 77, 74 and 2E. RGB value is (119,116,46). Sum of RGB (Red+Green+Blue) = 119+116+46=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77742E is #888BD1. Grayscale: #6D6D6D. Windows color (decimal): -8948690 or 3044471. OLE color: 3044471.

HSL color Cylindrical-coordinate representation of color #77742E: hue angle of 57.53º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77742E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11911646-
CMYK00.030.610.53
HSL57.53º44.24%32.35%-
HSV(B)57.53º61.34%46.67%-
XYZ14.3516.615.03-
YUV108.9292.49135.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=42.35%
G=41.28%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191164600.030.610.5357.5344.2432.35
Hex77742E033D353a2c20
Octal16716456037565725440
Binary11101111110100101110011111101110101111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77742E; }

 p { color: rgb(119,116,46); }

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

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

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

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

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

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

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