Html Css Color HEX #7B5A71 Salt Box

📋 copy color: '#7B5A71'

red 123 ◦ green 90 ◦ blue 113

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

Shades of Salt Box #7B5A71

Tints of Salt Box #7B5A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 37.73%
G = 27.61%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B5A71 (or 0x7B5A71) is known color: Salt Box. HEX triplet: 7B, 5A and 71. RGB value is (123,90,113). Sum of RGB (Red+Green+Blue) = 123+90+113=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A71 is #84A58E. Grayscale: #666666. Windows color (decimal): -8693135 or 7428731. OLE color: 7428731.

HSL color Cylindrical-coordinate representation of color #7B5A71: hue angle of 318.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A71 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 90 113 -
CMYK 0 0.27 0.08 0.52
HSL 318.18º 0.15% 0.42% -
HSV(B) 318.18º 0.27% 0.48% -
XYZ 14.81 12.72 17.3 -
YUV 102.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 123 90 113 0 0.27 0.08 0.52 318.18 0.15 0.42
Hex 7B 5A 71 0 1B 8 34 13E F 2A
Octal 173 132 161 0 33 10 64 476 17 52
Binary 1111011 1011010 1110001 0 11011 1000 110100 100111110 1111 101010

Color Harmonies of #7B5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A71

Black with #7B5A71

Text Example


Text Example

White with #7B5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,113); }

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

background-color css

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

 a { background-color: rgb(123,90,113); }

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

border-color css

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

 span { border-color: rgb(123,90,113); }

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