Html Css Color HEX #75526F Salt Box

📋 copy color: '#75526F'

red 117 ◦ green 82 ◦ blue 111

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

Shades of Salt Box #75526F

Tints of Salt Box #75526F

RGB

 RED value IS 117 (46.09% from 255) = 37.74%

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

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

R = 37.74%
G = 26.45%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75526F (or 0x75526F) is known color: Salt Box. HEX triplet: 75, 52 and 6F. RGB value is (117,82,111). Sum of RGB (Red+Green+Blue) = 117+82+111=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75526F is #8AAD90. Grayscale: #5F5F5F. Windows color (decimal): -9088401 or 7295605. OLE color: 7295605.

HSL color Cylindrical-coordinate representation of color #75526F: hue angle of 310.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75526F is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 111 -
CMYK 0 0.30 0.05 0.54
HSL 310.29º 0.18% 0.39% -
HSV(B) 310.29º 0.3% 0.46% -
XYZ 13.22 10.96 16.46 -
YUV 95.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 117 82 111 0 0.30 0.05 0.54 310.29 0.18 0.39
Hex 75 52 6F 0 1E 5 36 136 12 27
Octal 165 122 157 0 36 5 66 466 22 47
Binary 1110101 1010010 1101111 0 11110 101 110110 100110110 10010 100111

Color Harmonies of #75526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75526F

Black with #75526F

Text Example


Text Example

White with #75526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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