Html Css Color HEX #56775D Como

📋 copy color: '#56775D'

red 86 ◦ green 119 ◦ blue 93

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

Shades of Como #56775D

Tints of Como #56775D

RGB

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

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

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

R = 28.86%
G = 39.93%
B = 31.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#56775D (or 0x56775D) is known color: Como. HEX triplet: 56, 77 and 5D. RGB value is (86,119,93). Sum of RGB (Red+Green+Blue) = 86+119+93=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #56775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775D is #A988A2. Grayscale: #6A6A6A. Windows color (decimal): -11110563 or 6125398. OLE color: 6125398.

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

Color convert

RGB 86 119 93 -
CMYK 0.28 0 0.22 0.53
HSL 132.73º 0.16% 0.4% -
HSV(B) 132.73º 0.28% 0.47% -
XYZ 12.41 15.96 12.78 -
YUV 106.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 86 119 93 0.28 0 0.22 0.53 132.73 0.16 0.4
Hex 56 77 5D 1C 0 16 35 85 10 28
Octal 126 167 135 34 0 26 65 205 20 50
Binary 1010110 1110111 1011101 11100 0 10110 110101 10000101 10000 101000

Color Harmonies of #56775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56775D

Black with #56775D

Text Example


Text Example

White with #56775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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