Html Css Color HEX #7B5972 Old Lavender

📋 copy color: '#7B5972'

red 123 ◦ green 89 ◦ blue 114

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

Shades of Old Lavender #7B5972

Tints of Old Lavender #7B5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 37.73%
G = 27.3%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B5972 (or 0x7B5972) is known color: Old Lavender. HEX triplet: 7B, 59 and 72. RGB value is (123,89,114). Sum of RGB (Red+Green+Blue) = 123+89+114=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5972 is #84A68D. Grayscale: #656565. Windows color (decimal): -8693390 or 7494011. OLE color: 7494011.

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

Color convert

RGB 123 89 114 -
CMYK 0 0.28 0.07 0.52
HSL 315.88º 0.16% 0.42% -
HSV(B) 315.88º 0.28% 0.48% -
XYZ 14.78 12.57 17.57 -
YUV 102.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 123 89 114 0 0.28 0.07 0.52 315.88 0.16 0.42
Hex 7B 59 72 0 1C 7 34 13C 10 2A
Octal 173 131 162 0 34 7 64 474 20 52
Binary 1111011 1011001 1110010 0 11100 111 110100 100111100 10000 101010

Color Harmonies of #7B5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5972

Black with #7B5972

Text Example


Text Example

White with #7B5972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,89,114); }

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

background-color css

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

 a { background-color: rgb(123,89,114); }

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

border-color css

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

 span { border-color: rgb(123,89,114); }

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