#77743E

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

Shades of Crete #77743E

Tints of Crete #77743E

Color information

#77743E (or 0x77743E) is unknown color: approx Crete. HEX triplet: 77, 74 and 3E. RGB value is (119,116,62). Sum of RGB (Red+Green+Blue) = 119+116+62=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77743E is #888BC1. Grayscale: #6E6E6E. Windows color (decimal): -8948674 or 4093047. OLE color: 4093047.

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

Color convert

RGB11911662-
CMYK00.030.480.53
HSL56.84º31.49%35.49%-
HSV(B)56.84º47.9%46.67%-
XYZ14.7216.767.02-
YUV110.74100.49133.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=40.07%
G=39.06%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191166200.030.480.5356.8431.4935.49
Hex77743E033035391f23
Octal16716476036065713743
Binary1110111111010011111001111000011010111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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