Html Css Color HEX #75516D Salt Box

📋 copy color: '#75516D'

red 117 ◦ green 81 ◦ blue 109

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

Shades of Salt Box #75516D

Tints of Salt Box #75516D

RGB

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

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

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

R = 38.11%
G = 26.38%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75516D (or 0x75516D) is known color: Salt Box. HEX triplet: 75, 51 and 6D. RGB value is (117,81,109). Sum of RGB (Red+Green+Blue) = 117+81+109=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516D is #8AAE92. Grayscale: #5E5E5E. Windows color (decimal): -9088659 or 7164277. OLE color: 7164277.

HSL color Cylindrical-coordinate representation of color #75516D: hue angle of 313.33º 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 #75516D is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 109 -
CMYK 0 0.31 0.07 0.54
HSL 313.33º 0.18% 0.39% -
HSV(B) 313.33º 0.31% 0.46% -
XYZ 13.04 10.77 15.86 -
YUV 94.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 117 81 109 0 0.31 0.07 0.54 313.33 0.18 0.39
Hex 75 51 6D 0 1F 7 36 139 12 27
Octal 165 121 155 0 37 7 66 471 22 47
Binary 1110101 1010001 1101101 0 11111 111 110110 100111001 10010 100111

Color Harmonies of #75516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75516D

Black with #75516D

Text Example


Text Example

White with #75516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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