#77713D

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

Shades of Crete #77713D

Tints of Crete #77713D

Color information

#77713D (or 0x77713D) is unknown color: approx Crete. HEX triplet: 77, 71 and 3D. RGB value is (119,113,61). Sum of RGB (Red+Green+Blue) = 119+113+61=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77713D is #888EC2. Grayscale: #6D6D6D. Windows color (decimal): -8949443 or 4026743. OLE color: 4026743.

HSL color Cylindrical-coordinate representation of color #77713D: hue angle of 53.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77713D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11911361-
CMYK00.050.490.53
HSL53.79º32.22%35.29%-
HSV(B)53.79º48.74%46.67%-
XYZ14.3616.076.76-
YUV108.87100.99135.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=40.61%
G=38.57%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191136100.050.490.5353.7932.2235.29
Hex77713D053135362023
Octal16716175056165664043
Binary111011111100011111010101110001110101110110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77713D; }

 p { color: rgb(119,113,61); }

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

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

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

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

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

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

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