Html Css Color HEX #75536E Salt Box

📋 copy color: '#75536E'

red 117 ◦ green 83 ◦ blue 110

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

Shades of Salt Box #75536E

Tints of Salt Box #75536E

RGB

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

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

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

R = 37.74%
G = 26.77%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75536E (or 0x75536E) is known color: Salt Box. HEX triplet: 75, 53 and 6E. RGB value is (117,83,110). Sum of RGB (Red+Green+Blue) = 117+83+110=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536E is #8AAC91. Grayscale: #606060. Windows color (decimal): -9088146 or 7230325. OLE color: 7230325.

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

Color convert

RGB 117 83 110 -
CMYK 0 0.29 0.06 0.54
HSL 312.35º 0.17% 0.39% -
HSV(B) 312.35º 0.29% 0.46% -
XYZ 13.24 11.09 16.2 -
YUV 96.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 117 83 110 0 0.29 0.06 0.54 312.35 0.17 0.39
Hex 75 53 6E 0 1D 6 36 138 11 27
Octal 165 123 156 0 35 6 66 470 21 47
Binary 1110101 1010011 1101110 0 11101 110 110110 100111000 10001 100111

Color Harmonies of #75536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75536E

Black with #75536E

Text Example


Text Example

White with #75536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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