Html Css Color HEX #76586F Salt Box

📋 copy color: '#76586F'

red 118 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #76586F

Tints of Salt Box #76586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 37.22%
G = 27.76%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76586F (or 0x76586F) is known color: Salt Box. HEX triplet: 76, 58 and 6F. RGB value is (118,88,111). Sum of RGB (Red+Green+Blue) = 118+88+111=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #76586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586F is #89A790. Grayscale: #636363. Windows color (decimal): -9021329 or 7297142. OLE color: 7297142.

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

Color convert

RGB 118 88 111 -
CMYK 0 0.25 0.06 0.54
HSL 314º 0.15% 0.4% -
HSV(B) 314º 0.25% 0.46% -
XYZ 13.83 11.98 16.62 -
YUV 99.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 118 88 111 0 0.25 0.06 0.54 314 0.15 0.4
Hex 76 58 6F 0 19 6 36 13A F 28
Octal 166 130 157 0 31 6 66 472 17 50
Binary 1110110 1011000 1101111 0 11001 110 110110 100111010 1111 101000

Color Harmonies of #76586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76586F

Black with #76586F

Text Example


Text Example

White with #76586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,88,111); }

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

background-color css

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

 a { background-color: rgb(118,88,111); }

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

border-color css

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

 span { border-color: rgb(118,88,111); }

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