Html Css Color HEX #7B516F Salt Box

📋 copy color: '#7B516F'

red 123 ◦ green 81 ◦ blue 111

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

Shades of Salt Box #7B516F

Tints of Salt Box #7B516F

RGB

 RED value IS 123 (48.44% from 255) = 39.05%

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

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

R = 39.05%
G = 25.71%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B516F (or 0x7B516F) is known color: Salt Box. HEX triplet: 7B, 51 and 6F. RGB value is (123,81,111). Sum of RGB (Red+Green+Blue) = 123+81+111=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B516F is #84AE90. Grayscale: #606060. Windows color (decimal): -8695441 or 7295355. OLE color: 7295355.

HSL color Cylindrical-coordinate representation of color #7B516F: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B516F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 81 111 -
CMYK 0 0.34 0.10 0.52
HSL 317.14º 0.21% 0.4% -
HSV(B) 317.14º 0.34% 0.48% -
XYZ 13.98 11.24 16.47 -
YUV 96.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 123 81 111 0 0.34 0.10 0.52 317.14 0.21 0.4
Hex 7B 51 6F 0 22 A 34 13D 15 28
Octal 173 121 157 0 42 12 64 475 25 50
Binary 1111011 1010001 1101111 0 100010 1010 110100 100111101 10101 101000

Color Harmonies of #7B516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B516F

Black with #7B516F

Text Example


Text Example

White with #7B516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B516F; }

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

 H1.HeaderClassName
 {
   color: #7B516F;
 }
 .AnyTagClassName
 {
   color: #7B516F;
 }
</style>

background-color css

<style>
 a { background-color: #7B516F; }

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

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

border-color css

<style>
 span { border-color: #7B516F; }

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

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