Html Css Color HEX #75516C Salt Box

📋 copy color: '#75516C'

red 117 ◦ green 81 ◦ blue 108

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

Shades of Salt Box #75516C

Tints of Salt Box #75516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 38.24%
G = 26.47%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75516C (or 0x75516C) is known color: Salt Box. HEX triplet: 75, 51 and 6C. RGB value is (117,81,108). Sum of RGB (Red+Green+Blue) = 117+81+108=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516C is #8AAE93. Grayscale: #5E5E5E. Windows color (decimal): -9088660 or 7098741. OLE color: 7098741.

HSL color Cylindrical-coordinate representation of color #75516C: hue angle of 315º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75516C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 108 -
CMYK 0 0.31 0.08 0.54
HSL 315º 0.18% 0.39% -
HSV(B) 315º 0.31% 0.46% -
XYZ 12.99 10.75 15.58 -
YUV 94.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 117 81 108 0 0.31 0.08 0.54 315 0.18 0.39
Hex 75 51 6C 0 1F 8 36 13B 12 27
Octal 165 121 154 0 37 10 66 473 22 47
Binary 1110101 1010001 1101100 0 11111 1000 110110 100111011 10010 100111

Color Harmonies of #75516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75516C

Black with #75516C

Text Example


Text Example

White with #75516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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