Html Css Color HEX #75526D Salt Box

📋 copy color: '#75526D'

red 117 ◦ green 82 ◦ blue 109

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

Shades of Salt Box #75526D

Tints of Salt Box #75526D

RGB

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

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

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

R = 37.99%
G = 26.62%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75526D (or 0x75526D) is known color: Salt Box. HEX triplet: 75, 52 and 6D. RGB value is (117,82,109). Sum of RGB (Red+Green+Blue) = 117+82+109=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75526D is #8AAD92. Grayscale: #5F5F5F. Windows color (decimal): -9088403 or 7164533. OLE color: 7164533.

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

Color convert

RGB 117 82 109 -
CMYK 0 0.30 0.07 0.54
HSL 313.71º 0.18% 0.39% -
HSV(B) 313.71º 0.3% 0.46% -
XYZ 13.11 10.92 15.88 -
YUV 95.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 117 82 109 0 0.30 0.07 0.54 313.71 0.18 0.39
Hex 75 52 6D 0 1E 7 36 13A 12 27
Octal 165 122 155 0 36 7 66 472 22 47
Binary 1110101 1010010 1101101 0 11110 111 110110 100111010 10010 100111

Color Harmonies of #75526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75526D

Black with #75526D

Text Example


Text Example

White with #75526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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