Html Css Color HEX #57775F Como

📋 copy color: '#57775F'

red 87 ◦ green 119 ◦ blue 95

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

Shades of Como #57775F

Tints of Como #57775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 28.9%
G = 39.53%
B = 31.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#57775F (or 0x57775F) is known color: Como. HEX triplet: 57, 77 and 5F. RGB value is (87,119,95). Sum of RGB (Red+Green+Blue) = 87+119+95=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #57775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57775F is #A888A0. Grayscale: #6A6A6A. Windows color (decimal): -11045025 or 6256471. OLE color: 6256471.

HSL color Cylindrical-coordinate representation of color #57775F: hue angle of 135º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57775F is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 95 -
CMYK 0.27 0 0.20 0.53
HSL 135º 0.16% 0.4% -
HSV(B) 135º 0.27% 0.47% -
XYZ 12.59 16.05 13.26 -
YUV 106.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 87 119 95 0.27 0 0.20 0.53 135 0.16 0.4
Hex 57 77 5F 1B 0 14 35 87 10 28
Octal 127 167 137 33 0 24 65 207 20 50
Binary 1010111 1110111 1011111 11011 0 10100 110101 10000111 10000 101000

Color Harmonies of #57775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57775F

Black with #57775F

Text Example


Text Example

White with #57775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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