Html Css Color HEX #76506D Salt Box

📋 copy color: '#76506D'

red 118 ◦ green 80 ◦ blue 109

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

Shades of Salt Box #76506D

Tints of Salt Box #76506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 38.44%
G = 26.06%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76506D (or 0x76506D) is known color: Salt Box. HEX triplet: 76, 50 and 6D. RGB value is (118,80,109). Sum of RGB (Red+Green+Blue) = 118+80+109=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76506D is #89AF92. Grayscale: #5E5E5E. Windows color (decimal): -9023379 or 7164022. OLE color: 7164022.

HSL color Cylindrical-coordinate representation of color #76506D: hue angle of 314.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76506D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 109 -
CMYK 0 0.32 0.08 0.54
HSL 314.21º 0.19% 0.39% -
HSV(B) 314.21º 0.32% 0.46% -
XYZ 13.1 10.69 15.84 -
YUV 94.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 118 80 109 0 0.32 0.08 0.54 314.21 0.19 0.39
Hex 76 50 6D 0 20 8 36 13A 13 27
Octal 166 120 155 0 40 10 66 472 23 47
Binary 1110110 1010000 1101101 0 100000 1000 110110 100111010 10011 100111

Color Harmonies of #76506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76506D

Black with #76506D

Text Example


Text Example

White with #76506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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