Html Css Color HEX #56775E Como

📋 copy color: '#56775E'

red 86 ◦ green 119 ◦ blue 94

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

Shades of Como #56775E

Tints of Como #56775E

RGB

 RED value IS 86 (33.98% from 255) = 28.76%

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

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

R = 28.76%
G = 39.8%
B = 31.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#56775E (or 0x56775E) is known color: Como. HEX triplet: 56, 77 and 5E. RGB value is (86,119,94). Sum of RGB (Red+Green+Blue) = 86+119+94=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #56775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775E is #A988A1. Grayscale: #6A6A6A. Windows color (decimal): -11110562 or 6190934. OLE color: 6190934.

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

Color convert

RGB 86 119 94 -
CMYK 0.28 0 0.21 0.53
HSL 134.55º 0.16% 0.4% -
HSV(B) 134.55º 0.28% 0.47% -
XYZ 12.45 15.98 13.02 -
YUV 106.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 86 119 94 0.28 0 0.21 0.53 134.55 0.16 0.4
Hex 56 77 5E 1C 0 15 35 87 10 28
Octal 126 167 136 34 0 25 65 207 20 50
Binary 1010110 1110111 1011110 11100 0 10101 110101 10000111 10000 101000

Color Harmonies of #56775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56775E

Black with #56775E

Text Example


Text Example

White with #56775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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