Html Css Color HEX #7B5370 Salt Box

📋 copy color: '#7B5370'

red 123 ◦ green 83 ◦ blue 112

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

Shades of Salt Box #7B5370

Tints of Salt Box #7B5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 38.68%
G = 26.1%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B5370 (or 0x7B5370) is known color: Salt Box. HEX triplet: 7B, 53 and 70. RGB value is (123,83,112). Sum of RGB (Red+Green+Blue) = 123+83+112=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5370 is #84AC8F. Grayscale: #626262. Windows color (decimal): -8694928 or 7361403. OLE color: 7361403.

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

Color convert

RGB 123 83 112 -
CMYK 0 0.33 0.09 0.52
HSL 316.5º 0.19% 0.4% -
HSV(B) 316.5º 0.33% 0.48% -
XYZ 14.19 11.57 16.81 -
YUV 98.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 123 83 112 0 0.33 0.09 0.52 316.5 0.19 0.4
Hex 7B 53 70 0 21 9 34 13C 13 28
Octal 173 123 160 0 41 11 64 474 23 50
Binary 1111011 1010011 1110000 0 100001 1001 110100 100111100 10011 101000

Color Harmonies of #7B5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5370

Black with #7B5370

Text Example


Text Example

White with #7B5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,112); }

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

background-color css

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

 a { background-color: rgb(123,83,112); }

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

border-color css

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

 span { border-color: rgb(123,83,112); }

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