Html Css Color HEX #56775F Como

📋 copy color: '#56775F'

red 86 ◦ green 119 ◦ blue 95

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

Shades of Como #56775F

Tints of Como #56775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 28.67%
G = 39.67%
B = 31.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#56775F (or 0x56775F) is known color: Como. HEX triplet: 56, 77 and 5F. RGB value is (86,119,95). Sum of RGB (Red+Green+Blue) = 86+119+95=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #56775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775F is #A988A0. Grayscale: #6A6A6A. Windows color (decimal): -11110561 or 6256470. OLE color: 6256470.

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

Color convert

RGB 86 119 95 -
CMYK 0.28 0 0.20 0.53
HSL 136.36º 0.16% 0.4% -
HSV(B) 136.36º 0.28% 0.47% -
XYZ 12.5 16 13.26 -
YUV 106.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 86 119 95 0.28 0 0.20 0.53 136.36 0.16 0.4
Hex 56 77 5F 1C 0 14 35 88 10 28
Octal 126 167 137 34 0 24 65 210 20 50
Binary 1010110 1110111 1011111 11100 0 10100 110101 10001000 10000 101000

Color Harmonies of #56775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56775F

Black with #56775F

Text Example


Text Example

White with #56775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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