Html Css Color HEX #75516F Salt Box

📋 copy color: '#75516F'

red 117 ◦ green 81 ◦ blue 111

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

Shades of Salt Box #75516F

Tints of Salt Box #75516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 37.86%
G = 26.21%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75516F (or 0x75516F) is known color: Salt Box. HEX triplet: 75, 51 and 6F. RGB value is (117,81,111). Sum of RGB (Red+Green+Blue) = 117+81+111=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516F is #8AAE90. Grayscale: #5F5F5F. Windows color (decimal): -9088657 or 7295349. OLE color: 7295349.

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

Color convert

RGB 117 81 111 -
CMYK 0 0.31 0.05 0.54
HSL 310º 0.18% 0.39% -
HSV(B) 310º 0.31% 0.46% -
XYZ 13.15 10.81 16.43 -
YUV 95.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 117 81 111 0 0.31 0.05 0.54 310 0.18 0.39
Hex 75 51 6F 0 1F 5 36 136 12 27
Octal 165 121 157 0 37 5 66 466 22 47
Binary 1110101 1010001 1101111 0 11111 101 110110 100110110 10010 100111

Color Harmonies of #75516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75516F

Black with #75516F

Text Example


Text Example

White with #75516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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