Html Css Color HEX #75516B Salt Box

📋 copy color: '#75516B'

red 117 ◦ green 81 ◦ blue 107

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

Shades of Salt Box #75516B

Tints of Salt Box #75516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 38.36%
G = 26.56%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75516B (or 0x75516B) is known color: Salt Box. HEX triplet: 75, 51 and 6B. RGB value is (117,81,107). Sum of RGB (Red+Green+Blue) = 117+81+107=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75516B is #8AAE94. Grayscale: #5E5E5E. Windows color (decimal): -9088661 or 7033205. OLE color: 7033205.

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

Color convert

RGB 117 81 107 -
CMYK 0 0.31 0.09 0.54
HSL 316.67º 0.18% 0.39% -
HSV(B) 316.67º 0.31% 0.46% -
XYZ 12.93 10.73 15.3 -
YUV 94.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 117 81 107 0 0.31 0.09 0.54 316.67 0.18 0.39
Hex 75 51 6B 0 1F 9 36 13D 12 27
Octal 165 121 153 0 37 11 66 475 22 47
Binary 1110101 1010001 1101011 0 11111 1001 110110 100111101 10010 100111

Color Harmonies of #75516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75516B

Black with #75516B

Text Example


Text Example

White with #75516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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