Html Css Color HEX #76526D Salt Box

📋 copy color: '#76526D'

red 118 ◦ green 82 ◦ blue 109

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

Shades of Salt Box #76526D

Tints of Salt Box #76526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 38.19%
G = 26.54%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76526D (or 0x76526D) is known color: Salt Box. HEX triplet: 76, 52 and 6D. RGB value is (118,82,109). Sum of RGB (Red+Green+Blue) = 118+82+109=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526D is #89AD92. Grayscale: #5F5F5F. Windows color (decimal): -9022867 or 7164534. OLE color: 7164534.

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

Color convert

RGB 118 82 109 -
CMYK 0 0.31 0.08 0.54
HSL 315º 0.18% 0.39% -
HSV(B) 315º 0.31% 0.46% -
XYZ 13.25 10.99 15.89 -
YUV 95.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 118 82 109 0 0.31 0.08 0.54 315 0.18 0.39
Hex 76 52 6D 0 1F 8 36 13B 12 27
Octal 166 122 155 0 37 10 66 473 22 47
Binary 1110110 1010010 1101101 0 11111 1000 110110 100111011 10010 100111

Color Harmonies of #76526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76526D

Black with #76526D

Text Example


Text Example

White with #76526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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