Html Css Color HEX #56765F Como

📋 copy color: '#56765F'

red 86 ◦ green 118 ◦ blue 95

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

Shades of Como #56765F

Tints of Como #56765F

RGB

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

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

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

R = 28.76%
G = 39.46%
B = 31.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#56765F (or 0x56765F) is known color: Como. HEX triplet: 56, 76 and 5F. RGB value is (86,118,95). Sum of RGB (Red+Green+Blue) = 86+118+95=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #56765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56765F is #A989A0. Grayscale: #696969. Windows color (decimal): -11110817 or 6256214. OLE color: 6256214.

HSL color Cylindrical-coordinate representation of color #56765F: hue angle of 136.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56765F is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 95 -
CMYK 0.27 0 0.19 0.54
HSL 136.88º 0.16% 0.4% -
HSV(B) 136.88º 0.27% 0.46% -
XYZ 12.38 15.76 13.22 -
YUV 105.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 86 118 95 0.27 0 0.19 0.54 136.88 0.16 0.4
Hex 56 76 5F 1B 0 13 36 89 10 28
Octal 126 166 137 33 0 23 66 211 20 50
Binary 1010110 1110110 1011111 11011 0 10011 110110 10001001 10000 101000

Color Harmonies of #56765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56765F

Black with #56765F

Text Example


Text Example

White with #56765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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