Html Css Color HEX #75536B Salt Box

📋 copy color: '#75536B'

red 117 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #75536B

Tints of Salt Box #75536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 38.11%
G = 27.04%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75536B (or 0x75536B) is known color: Salt Box. HEX triplet: 75, 53 and 6B. RGB value is (117,83,107). Sum of RGB (Red+Green+Blue) = 117+83+107=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536B is #8AAC94. Grayscale: #5F5F5F. Windows color (decimal): -9088149 or 7033717. OLE color: 7033717.

HSL color Cylindrical-coordinate representation of color #75536B: hue angle of 317.65º 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 #75536B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 107 -
CMYK 0 0.29 0.09 0.54
HSL 317.65º 0.17% 0.39% -
HSV(B) 317.65º 0.29% 0.46% -
XYZ 13.08 11.03 15.35 -
YUV 95.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 117 83 107 0 0.29 0.09 0.54 317.65 0.17 0.39
Hex 75 53 6B 0 1D 9 36 13E 11 27
Octal 165 123 153 0 35 11 66 476 21 47
Binary 1110101 1010011 1101011 0 11101 1001 110110 100111110 10001 100111

Color Harmonies of #75536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75536B

Black with #75536B

Text Example


Text Example

White with #75536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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