Html Css Color HEX #7B5770 Salt Box

📋 copy color: '#7B5770'

red 123 ◦ green 87 ◦ blue 112

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

Shades of Salt Box #7B5770

Tints of Salt Box #7B5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 38.2%
G = 27.02%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B5770 (or 0x7B5770) is known color: Salt Box. HEX triplet: 7B, 57 and 70. RGB value is (123,87,112). Sum of RGB (Red+Green+Blue) = 123+87+112=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5770 is #84A88F. Grayscale: #646464. Windows color (decimal): -8693904 or 7362427. OLE color: 7362427.

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

Color convert

RGB 123 87 112 -
CMYK 0 0.29 0.09 0.52
HSL 318.33º 0.17% 0.41% -
HSV(B) 318.33º 0.29% 0.48% -
XYZ 14.5 12.2 16.92 -
YUV 100.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 123 87 112 0 0.29 0.09 0.52 318.33 0.17 0.41
Hex 7B 57 70 0 1D 9 34 13E 11 29
Octal 173 127 160 0 35 11 64 476 21 51
Binary 1111011 1010111 1110000 0 11101 1001 110100 100111110 10001 101001

Color Harmonies of #7B5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5770

Black with #7B5770

Text Example


Text Example

White with #7B5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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