Html Css Color HEX #76566D Salt Box

📋 copy color: '#76566D'

red 118 ◦ green 86 ◦ blue 109

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

Shades of Salt Box #76566D

Tints of Salt Box #76566D

RGB

 RED value IS 118 (46.48% from 255) = 37.7%

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 37.7%
G = 27.48%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76566D (or 0x76566D) is known color: Salt Box. HEX triplet: 76, 56 and 6D. RGB value is (118,86,109). Sum of RGB (Red+Green+Blue) = 118+86+109=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566D is #89A992. Grayscale: #626262. Windows color (decimal): -9021843 or 7165558. OLE color: 7165558.

HSL color Cylindrical-coordinate representation of color #76566D: hue angle of 316.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 #76566D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 109 -
CMYK 0 0.27 0.08 0.54
HSL 316.88º 0.16% 0.4% -
HSV(B) 316.88º 0.27% 0.46% -
XYZ 13.56 11.61 15.99 -
YUV 98.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 118 86 109 0 0.27 0.08 0.54 316.88 0.16 0.4
Hex 76 56 6D 0 1B 8 36 13D 10 28
Octal 166 126 155 0 33 10 66 475 20 50
Binary 1110110 1010110 1101101 0 11011 1000 110110 100111101 10000 101000

Color Harmonies of #76566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76566D

Black with #76566D

Text Example


Text Example

White with #76566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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