Html Css Color HEX #57745F Como

📋 copy color: '#57745F'

red 87 ◦ green 116 ◦ blue 95

#57745F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #57745F

Tints of Como #57745F

RGB

 RED value IS 87 (34.38% from 255) = 29.19%

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 29.19%
G = 38.93%
B = 31.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#57745F (or 0x57745F) is known color: Como. HEX triplet: 57, 74 and 5F. RGB value is (87,116,95). Sum of RGB (Red+Green+Blue) = 87+116+95=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #57745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57745F is #A88BA0. Grayscale: #686868. Windows color (decimal): -11045793 or 6255703. OLE color: 6255703.

HSL color Cylindrical-coordinate representation of color #57745F: hue angle of 136.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57745F is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 116 95 -
CMYK 0.25 0 0.18 0.55
HSL 136.55º 0.14% 0.4% -
HSV(B) 136.55º 0.25% 0.45% -
XYZ 12.24 15.34 13.14 -
YUV 104.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 87 116 95 0.25 0 0.18 0.55 136.55 0.14 0.4
Hex 57 74 5F 19 0 12 37 89 E 28
Octal 127 164 137 31 0 22 67 211 16 50
Binary 1010111 1110100 1011111 11001 0 10010 110111 10001001 1110 101000

Color Harmonies of #57745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57745F

Black with #57745F

Text Example


Text Example

White with #57745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57745F;
 }
 .AnyTagClassName
 {
   color: #57745F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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