Html Css Color HEX #57775E Como

📋 copy color: '#57775E'

red 87 ◦ green 119 ◦ blue 94

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

Shades of Como #57775E

Tints of Como #57775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 29%
G = 39.67%
B = 31.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#57775E (or 0x57775E) is known color: Como. HEX triplet: 57, 77 and 5E. RGB value is (87,119,94). Sum of RGB (Red+Green+Blue) = 87+119+94=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #57775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57775E is #A888A1. Grayscale: #6A6A6A. Windows color (decimal): -11045026 or 6190935. OLE color: 6190935.

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

Color convert

RGB 87 119 94 -
CMYK 0.27 0 0.21 0.53
HSL 133.13º 0.16% 0.4% -
HSV(B) 133.13º 0.27% 0.47% -
XYZ 12.55 16.03 13.02 -
YUV 106.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 87 119 94 0.27 0 0.21 0.53 133.13 0.16 0.4
Hex 57 77 5E 1B 0 15 35 85 10 28
Octal 127 167 136 33 0 25 65 205 20 50
Binary 1010111 1110111 1011110 11011 0 10101 110101 10000101 10000 101000

Color Harmonies of #57775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57775E

Black with #57775E

Text Example


Text Example

White with #57775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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