Html Css Color HEX #7B637A Old Lavender

📋 copy color: '#7B637A'

red 123 ◦ green 99 ◦ blue 122

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

Shades of Old Lavender #7B637A

Tints of Old Lavender #7B637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 35.76%
G = 28.78%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B637A (or 0x7B637A) is known color: Old Lavender. HEX triplet: 7B, 63 and 7A. RGB value is (123,99,122). Sum of RGB (Red+Green+Blue) = 123+99+122=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B637A is #849C85. Grayscale: #6C6C6C. Windows color (decimal): -8690822 or 8020859. OLE color: 8020859.

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

Color convert

RGB 123 99 122 -
CMYK 0 0.20 0.01 0.52
HSL 302.5º 0.11% 0.44% -
HSV(B) 302.5º 0.2% 0.48% -
XYZ 16.14 14.54 20.37 -
YUV 108.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 123 99 122 0 0.20 0.01 0.52 302.5 0.11 0.44
Hex 7B 63 7A 0 14 1 34 12E B 2C
Octal 173 143 172 0 24 1 64 456 13 54
Binary 1111011 1100011 1111010 0 10100 1 110100 100101110 1011 101100

Color Harmonies of #7B637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B637A

Black with #7B637A

Text Example


Text Example

White with #7B637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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