#77743F

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

Shades of Crete #77743F

Tints of Crete #77743F

Color information

#77743F (or 0x77743F) is unknown color: approx Crete. HEX triplet: 77, 74 and 3F. RGB value is (119,116,63). Sum of RGB (Red+Green+Blue) = 119+116+63=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77743F is #888BC0. Grayscale: #6F6F6F. Windows color (decimal): -8948673 or 4158583. OLE color: 4158583.

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

Color convert

RGB11911663-
CMYK00.030.470.53
HSL56.79º30.77%35.69%-
HSV(B)56.79º47.06%46.67%-
XYZ14.7516.777.16-
YUV110.86100.99133.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 63 (25% from 255) = 21.14%
R=39.93%
G=38.93%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191166300.030.470.5356.7930.7735.69
Hex77743F032F35391f24
Octal16716477035765713744
Binary1110111111010011111101110111111010111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77743F; }

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

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

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

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

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

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

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

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