#57765E

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

Shades of Como #57765E

Tints of Como #57765E

Color information

#57765E (or 0x57765E) is unknown color: approx Como. HEX triplet: 57, 76 and 5E. RGB value is (87,118,94). Sum of RGB (Red+Green+Blue) = 87+118+94=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #57765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57765E is #A889A1. Grayscale: #6A6A6A. Windows color (decimal): -11045282 or 6190679. OLE color: 6190679.

HSL color Cylindrical-coordinate representation of color #57765E: hue angle of 133.55º 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 #57765E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8711894-
CMYK0.2600.200.54
HSL133.55º15.12%40.2%-
HSV(B)133.55º26.27%46.27%-
XYZ12.4315.7912.98-
YUV106121.23114.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=29.10%
G=39.46%
B=31.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87118940.2600.200.54133.5515.1240.2
Hex57765E1A0143686f28
Octal12716613632024662061750
Binary10101111110110101111011010010100110110100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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