Html Css Color HEX #76526F Salt Box

📋 copy color: '#76526F'

red 118 ◦ green 82 ◦ blue 111

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

Shades of Salt Box #76526F

Tints of Salt Box #76526F

RGB

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

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

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

R = 37.94%
G = 26.37%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76526F (or 0x76526F) is known color: Salt Box. HEX triplet: 76, 52 and 6F. RGB value is (118,82,111). Sum of RGB (Red+Green+Blue) = 118+82+111=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526F is #89AD90. Grayscale: #5F5F5F. Windows color (decimal): -9022865 or 7295606. OLE color: 7295606.

HSL color Cylindrical-coordinate representation of color #76526F: hue angle of 311.67º 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 #76526F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 111 -
CMYK 0 0.31 0.06 0.54
HSL 311.67º 0.18% 0.39% -
HSV(B) 311.67º 0.31% 0.46% -
XYZ 13.36 11.03 16.46 -
YUV 96.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 118 82 111 0 0.31 0.06 0.54 311.67 0.18 0.39
Hex 76 52 6F 0 1F 6 36 138 12 27
Octal 166 122 157 0 37 6 66 470 22 47
Binary 1110110 1010010 1101111 0 11111 110 110110 100111000 10010 100111

Color Harmonies of #76526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76526F

Black with #76526F

Text Example


Text Example

White with #76526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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