Html Css Color HEX #57765E Como

📋 copy color: '#57765E'

red 87 ◦ green 118 ◦ blue 94

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

Shades of Como #57765E

Tints of Como #57765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 29.1%
G = 39.46%
B = 31.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#57765E (or 0x57765E) is known color: Como. HEX triplet: 57, 76 and 5E. RGB value is (87,118,94). Sum of RGB (Red+Green+Blue) = 87+118+94=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #57765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57765E is #A889A1. Grayscale: #6A6A6A. Windows color (decimal): -11045282 or 6190679. OLE color: 6190679.

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

Color convert

RGB 87 118 94 -
CMYK 0.26 0 0.20 0.54
HSL 133.55º 0.15% 0.4% -
HSV(B) 133.55º 0.26% 0.46% -
XYZ 12.43 15.79 12.98 -
YUV 106 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 87 118 94 0.26 0 0.20 0.54 133.55 0.15 0.4
Hex 57 76 5E 1A 0 14 36 86 F 28
Octal 127 166 136 32 0 24 66 206 17 50
Binary 1010111 1110110 1011110 11010 0 10100 110110 10000110 1111 101000

Color Harmonies of #57765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57765E

Black with #57765E

Text Example


Text Example

White with #57765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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