Html Css Color HEX #7B6179 Old Lavender

📋 copy color: '#7B6179'

red 123 ◦ green 97 ◦ blue 121

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

Shades of Old Lavender #7B6179

Tints of Old Lavender #7B6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 36.07%
G = 28.45%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B6179 (or 0x7B6179) is known color: Old Lavender. HEX triplet: 7B, 61 and 79. RGB value is (123,97,121). Sum of RGB (Red+Green+Blue) = 123+97+121=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6179 is #849E86. Grayscale: #6B6B6B. Windows color (decimal): -8691335 or 7954811. OLE color: 7954811.

HSL color Cylindrical-coordinate representation of color #7B6179: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6179 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 97 121 -
CMYK 0 0.21 0.02 0.52
HSL 304.62º 0.12% 0.43% -
HSV(B) 304.62º 0.21% 0.48% -
XYZ 15.89 14.14 19.98 -
YUV 107.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 123 97 121 0 0.21 0.02 0.52 304.62 0.12 0.43
Hex 7B 61 79 0 15 2 34 131 C 2B
Octal 173 141 171 0 25 2 64 461 14 53
Binary 1111011 1100001 1111001 0 10101 10 110100 100110001 1100 101011

Color Harmonies of #7B6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6179

Black with #7B6179

Text Example


Text Example

White with #7B6179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,121); }

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

background-color css

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

 a { background-color: rgb(123,97,121); }

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

border-color css

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

 span { border-color: rgb(123,97,121); }

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