Html Css Color HEX #7B6279 Old Lavender

📋 copy color: '#7B6279'

red 123 ◦ green 98 ◦ blue 121

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

Shades of Old Lavender #7B6279

Tints of Old Lavender #7B6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 35.96%
G = 28.65%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B6279 (or 0x7B6279) is known color: Old Lavender. HEX triplet: 7B, 62 and 79. RGB value is (123,98,121). Sum of RGB (Red+Green+Blue) = 123+98+121=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6279 is #849D86. Grayscale: #6C6C6C. Windows color (decimal): -8691079 or 7955067. OLE color: 7955067.

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

Color convert

RGB 123 98 121 -
CMYK 0 0.20 0.02 0.52
HSL 304.8º 0.11% 0.43% -
HSV(B) 304.8º 0.2% 0.48% -
XYZ 15.99 14.33 20.01 -
YUV 108.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 123 98 121 0 0.20 0.02 0.52 304.8 0.11 0.43
Hex 7B 62 79 0 14 2 34 131 B 2B
Octal 173 142 171 0 24 2 64 461 13 53
Binary 1111011 1100010 1111001 0 10100 10 110100 100110001 1011 101011

Color Harmonies of #7B6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6279

Black with #7B6279

Text Example


Text Example

White with #7B6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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