Html Css Color HEX #7B5C71 Salt Box

📋 copy color: '#7B5C71'

red 123 ◦ green 92 ◦ blue 113

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

Shades of Salt Box #7B5C71

Tints of Salt Box #7B5C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 37.5%
G = 28.05%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B5C71 (or 0x7B5C71) is known color: Salt Box. HEX triplet: 7B, 5C and 71. RGB value is (123,92,113). Sum of RGB (Red+Green+Blue) = 123+92+113=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C71 is #84A38E. Grayscale: #676767. Windows color (decimal): -8692623 or 7429243. OLE color: 7429243.

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

Color convert

RGB 123 92 113 -
CMYK 0 0.25 0.08 0.52
HSL 319.35º 0.14% 0.42% -
HSV(B) 319.35º 0.25% 0.48% -
XYZ 14.98 13.06 17.35 -
YUV 103.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 123 92 113 0 0.25 0.08 0.52 319.35 0.14 0.42
Hex 7B 5C 71 0 19 8 34 13F E 2A
Octal 173 134 161 0 31 10 64 477 16 52
Binary 1111011 1011100 1110001 0 11001 1000 110100 100111111 1110 101010

Color Harmonies of #7B5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5C71

Black with #7B5C71

Text Example


Text Example

White with #7B5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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