#57765F

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

Shades of Como #57765F

Tints of Como #57765F

Color information

#57765F (or 0x57765F) is unknown color: approx Como. HEX triplet: 57, 76 and 5F. RGB value is (87,118,95). Sum of RGB (Red+Green+Blue) = 87+118+95=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #57765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57765F is #A889A0. Grayscale: #6A6A6A. Windows color (decimal): -11045281 or 6256215. OLE color: 6256215.

HSL color Cylindrical-coordinate representation of color #57765F: hue angle of 135.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57765F is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8711895-
CMYK0.2600.190.54
HSL135.48º15.12%40.2%-
HSV(B)135.48º26.27%46.27%-
XYZ12.4715.8113.22-
YUV106.11121.73114.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=29%
G=39.33%
B=31.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87118950.2600.190.54135.4815.1240.2
Hex57765F1A0133687f28
Octal12716613732023662071750
Binary10101111110110101111111010010011110110100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,118,95); }

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

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

 a { background-color: rgb(87,118,95); }

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

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

 span { border-color: rgb(87,118,95); }

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