#57765D

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

Shades of Como #57765D

Tints of Como #57765D

Color information

#57765D (or 0x57765D) is unknown color: approx Como. HEX triplet: 57, 76 and 5D. RGB value is (87,118,93). Sum of RGB (Red+Green+Blue) = 87+118+93=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #57765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57765D is #A889A2. Grayscale: #696969. Windows color (decimal): -11045283 or 6125143. OLE color: 6125143.

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

Color convert

RGB8711893-
CMYK0.2600.210.54
HSL131.61º15.12%40.2%-
HSV(B)131.61º26.27%46.27%-
XYZ12.3815.7712.75-
YUV105.88120.73114.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=29.19%
G=39.60%
B=31.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87118930.2600.210.54131.6115.1240.2
Hex57765D1A0153684f28
Octal12716613532025662041750
Binary10101111110110101110111010010101110110100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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