Html Css Color HEX #7B4F71 Salt Box

📋 copy color: '#7B4F71'

red 123 ◦ green 79 ◦ blue 113

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

Shades of Salt Box #7B4F71

Tints of Salt Box #7B4F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

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

R = 39.05%
G = 25.08%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B4F71 (or 0x7B4F71) is known color: Salt Box. HEX triplet: 7B, 4F and 71. RGB value is (123,79,113). Sum of RGB (Red+Green+Blue) = 123+79+113=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F71 is #84B08E. Grayscale: #5F5F5F. Windows color (decimal): -8695951 or 7425915. OLE color: 7425915.

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

Color convert

RGB 123 79 113 -
CMYK 0 0.36 0.08 0.52
HSL 313.64º 0.22% 0.4% -
HSV(B) 313.64º 0.36% 0.48% -
XYZ 13.95 11 17.01 -
YUV 96.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 123 79 113 0 0.36 0.08 0.52 313.64 0.22 0.4
Hex 7B 4F 71 0 24 8 34 13A 16 28
Octal 173 117 161 0 44 10 64 472 26 50
Binary 1111011 1001111 1110001 0 100100 1000 110100 100111010 10110 101000

Color Harmonies of #7B4F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4F71

Black with #7B4F71

Text Example


Text Example

White with #7B4F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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