Html Css Color HEX #7B607A Old Lavender

📋 copy color: '#7B607A'

red 123 ◦ green 96 ◦ blue 122

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

Shades of Old Lavender #7B607A

Tints of Old Lavender #7B607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 36.07%
G = 28.15%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B607A (or 0x7B607A) is known color: Old Lavender. HEX triplet: 7B, 60 and 7A. RGB value is (123,96,122). Sum of RGB (Red+Green+Blue) = 123+96+122=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B607A is #849F85. Grayscale: #6A6A6A. Windows color (decimal): -8691590 or 8020091. OLE color: 8020091.

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

Color convert

RGB 123 96 122 -
CMYK 0 0.22 0.01 0.52
HSL 302.22º 0.12% 0.43% -
HSV(B) 302.22º 0.22% 0.48% -
XYZ 15.86 13.98 20.27 -
YUV 107.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 123 96 122 0 0.22 0.01 0.52 302.22 0.12 0.43
Hex 7B 60 7A 0 16 1 34 12E C 2B
Octal 173 140 172 0 26 1 64 456 14 53
Binary 1111011 1100000 1111010 0 10110 1 110100 100101110 1100 101011

Color Harmonies of #7B607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B607A

Black with #7B607A

Text Example


Text Example

White with #7B607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,122); }

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

background-color css

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

 a { background-color: rgb(123,96,122); }

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

border-color css

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

 span { border-color: rgb(123,96,122); }

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