Html Css Color HEX #57775D Como

📋 copy color: '#57775D'

red 87 ◦ green 119 ◦ blue 93

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

Shades of Como #57775D

Tints of Como #57775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 29.1%
G = 39.8%
B = 31.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#57775D (or 0x57775D) is known color: Como. HEX triplet: 57, 77 and 5D. RGB value is (87,119,93). Sum of RGB (Red+Green+Blue) = 87+119+93=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #57775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57775D is #A888A2. Grayscale: #6A6A6A. Windows color (decimal): -11045027 or 6125399. OLE color: 6125399.

HSL color Cylindrical-coordinate representation of color #57775D: hue angle of 131.25º 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 #57775D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 93 -
CMYK 0.27 0 0.22 0.53
HSL 131.25º 0.16% 0.4% -
HSV(B) 131.25º 0.27% 0.47% -
XYZ 12.5 16.01 12.79 -
YUV 106.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 87 119 93 0.27 0 0.22 0.53 131.25 0.16 0.4
Hex 57 77 5D 1B 0 16 35 83 10 28
Octal 127 167 135 33 0 26 65 203 20 50
Binary 1010111 1110111 1011101 11011 0 10110 110101 10000011 10000 101000

Color Harmonies of #57775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57775D

Black with #57775D

Text Example


Text Example

White with #57775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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