Html Css Color HEX #76586D Salt Box

📋 copy color: '#76586D'

red 118 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #76586D

Tints of Salt Box #76586D

RGB

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

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

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

R = 37.46%
G = 27.94%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76586D (or 0x76586D) is known color: Salt Box. HEX triplet: 76, 58 and 6D. RGB value is (118,88,109). Sum of RGB (Red+Green+Blue) = 118+88+109=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586D is #89A792. Grayscale: #636363. Windows color (decimal): -9021331 or 7166070. OLE color: 7166070.

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

Color convert

RGB 118 88 109 -
CMYK 0 0.25 0.08 0.54
HSL 318º 0.15% 0.4% -
HSV(B) 318º 0.25% 0.46% -
XYZ 13.72 11.94 16.05 -
YUV 99.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 118 88 109 0 0.25 0.08 0.54 318 0.15 0.4
Hex 76 58 6D 0 19 8 36 13E F 28
Octal 166 130 155 0 31 10 66 476 17 50
Binary 1110110 1011000 1101101 0 11001 1000 110110 100111110 1111 101000

Color Harmonies of #76586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76586D

Black with #76586D

Text Example


Text Example

White with #76586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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