Html Css Color HEX #7B6779 Old Lavender

📋 copy color: '#7B6779'

red 123 ◦ green 103 ◦ blue 121

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

Shades of Old Lavender #7B6779

Tints of Old Lavender #7B6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

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

R = 35.45%
G = 29.68%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B6779 (or 0x7B6779) is known color: Old Lavender. HEX triplet: 7B, 67 and 79. RGB value is (123,103,121). Sum of RGB (Red+Green+Blue) = 123+103+121=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6779 is #849886. Grayscale: #6E6E6E. Windows color (decimal): -8689799 or 7956347. OLE color: 7956347.

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

Color convert

RGB 123 103 121 -
CMYK 0 0.16 0.02 0.52
HSL 306º 0.09% 0.44% -
HSV(B) 306º 0.16% 0.48% -
XYZ 16.47 15.29 20.17 -
YUV 111.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 123 103 121 0 0.16 0.02 0.52 306 0.09 0.44
Hex 7B 67 79 0 10 2 34 132 9 2C
Octal 173 147 171 0 20 2 64 462 11 54
Binary 1111011 1100111 1111001 0 10000 10 110100 100110010 1001 101100

Color Harmonies of #7B6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6779

Black with #7B6779

Text Example


Text Example

White with #7B6779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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