Html Css Color HEX #75526E Salt Box

📋 copy color: '#75526E'

red 117 ◦ green 82 ◦ blue 110

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

Shades of Salt Box #75526E

Tints of Salt Box #75526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 37.86%
G = 26.54%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75526E (or 0x75526E) is known color: Salt Box. HEX triplet: 75, 52 and 6E. RGB value is (117,82,110). Sum of RGB (Red+Green+Blue) = 117+82+110=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75526E is #8AAD91. Grayscale: #5F5F5F. Windows color (decimal): -9088402 or 7230069. OLE color: 7230069.

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

Color convert

RGB 117 82 110 -
CMYK 0 0.30 0.06 0.54
HSL 312º 0.18% 0.39% -
HSV(B) 312º 0.3% 0.46% -
XYZ 13.17 10.94 16.17 -
YUV 95.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 117 82 110 0 0.30 0.06 0.54 312 0.18 0.39
Hex 75 52 6E 0 1E 6 36 138 12 27
Octal 165 122 156 0 36 6 66 470 22 47
Binary 1110101 1010010 1101110 0 11110 110 110110 100111000 10010 100111

Color Harmonies of #75526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75526E

Black with #75526E

Text Example


Text Example

White with #75526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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