Html Css Color HEX #56765C Como

📋 copy color: '#56765C'

red 86 ◦ green 118 ◦ blue 92

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

Shades of Como #56765C

Tints of Como #56765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 29.05%
G = 39.86%
B = 31.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#56765C (or 0x56765C) is known color: Como. HEX triplet: 56, 76 and 5C. RGB value is (86,118,92). Sum of RGB (Red+Green+Blue) = 86+118+92=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #56765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56765C is #A989A3. Grayscale: #696969. Windows color (decimal): -11110820 or 6059606. OLE color: 6059606.

HSL color Cylindrical-coordinate representation of color #56765C: hue angle of 131.25º 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 #56765C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 92 -
CMYK 0.27 0 0.22 0.54
HSL 131.25º 0.16% 0.4% -
HSV(B) 131.25º 0.27% 0.46% -
XYZ 12.25 15.71 12.51 -
YUV 105.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 86 118 92 0.27 0 0.22 0.54 131.25 0.16 0.4
Hex 56 76 5C 1B 0 16 36 83 10 28
Octal 126 166 134 33 0 26 66 203 20 50
Binary 1010110 1110110 1011100 11011 0 10110 110110 10000011 10000 101000

Color Harmonies of #56765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56765C

Black with #56765C

Text Example


Text Example

White with #56765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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