Html Css Color HEX #75536D Salt Box

📋 copy color: '#75536D'

red 117 ◦ green 83 ◦ blue 109

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

Shades of Salt Box #75536D

Tints of Salt Box #75536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 37.86%
G = 26.86%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75536D (or 0x75536D) is known color: Salt Box. HEX triplet: 75, 53 and 6D. RGB value is (117,83,109). Sum of RGB (Red+Green+Blue) = 117+83+109=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536D is #8AAC92. Grayscale: #606060. Windows color (decimal): -9088147 or 7164789. OLE color: 7164789.

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

Color convert

RGB 117 83 109 -
CMYK 0 0.29 0.07 0.54
HSL 314.12º 0.17% 0.39% -
HSV(B) 314.12º 0.29% 0.46% -
XYZ 13.19 11.07 15.91 -
YUV 96.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 117 83 109 0 0.29 0.07 0.54 314.12 0.17 0.39
Hex 75 53 6D 0 1D 7 36 13A 11 27
Octal 165 123 155 0 35 7 66 472 21 47
Binary 1110101 1010011 1101101 0 11101 111 110110 100111010 10001 100111

Color Harmonies of #75536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75536D

Black with #75536D

Text Example


Text Example

White with #75536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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