Html Css Color HEX #76566C Salt Box

📋 copy color: '#76566C'

red 118 ◦ green 86 ◦ blue 108

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

Shades of Salt Box #76566C

Tints of Salt Box #76566C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 37.82%
G = 27.56%
B = 34.62%

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

#76566C (or 0x76566C) is known color: Salt Box. HEX triplet: 76, 56 and 6C. RGB value is (118,86,108). Sum of RGB (Red+Green+Blue) = 118+86+108=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566C is #89A993. Grayscale: #626262. Windows color (decimal): -9021844 or 7100022. OLE color: 7100022.

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

Color convert

RGB 118 86 108 -
CMYK 0 0.27 0.08 0.54
HSL 318.75º 0.16% 0.4% -
HSV(B) 318.75º 0.27% 0.46% -
XYZ 13.51 11.59 15.71 -
YUV 98.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 118 86 108 0 0.27 0.08 0.54 318.75 0.16 0.4
Hex 76 56 6C 0 1B 8 36 13F 10 28
Octal 166 126 154 0 33 10 66 477 20 50
Binary 1110110 1010110 1101100 0 11011 1000 110110 100111111 10000 101000

Color Harmonies of #76566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76566C

Black with #76566C

Text Example


Text Example

White with #76566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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