Html Css Color HEX #75536C Salt Box

📋 copy color: '#75536C'

red 117 ◦ green 83 ◦ blue 108

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

Shades of Salt Box #75536C

Tints of Salt Box #75536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 37.99%
G = 26.95%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75536C (or 0x75536C) is known color: Salt Box. HEX triplet: 75, 53 and 6C. RGB value is (117,83,108). Sum of RGB (Red+Green+Blue) = 117+83+108=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536C is #8AAC93. Grayscale: #5F5F5F. Windows color (decimal): -9088148 or 7099253. OLE color: 7099253.

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

Color convert

RGB 117 83 108 -
CMYK 0 0.29 0.08 0.54
HSL 315.88º 0.17% 0.39% -
HSV(B) 315.88º 0.29% 0.46% -
XYZ 13.14 11.05 15.63 -
YUV 96.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 117 83 108 0 0.29 0.08 0.54 315.88 0.17 0.39
Hex 75 53 6C 0 1D 8 36 13C 11 27
Octal 165 123 154 0 35 10 66 474 21 47
Binary 1110101 1010011 1101100 0 11101 1000 110110 100111100 10001 100111

Color Harmonies of #75536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75536C

Black with #75536C

Text Example


Text Example

White with #75536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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