Html Css Color HEX #7A727B Old Lavender

📋 copy color: '#7A727B'

red 122 ◦ green 114 ◦ blue 123

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

Shades of Old Lavender #7A727B

Tints of Old Lavender #7A727B

RGB

 RED value IS 122 (48.05% from 255) = 33.98%

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 33.98%
G = 31.75%
B = 34.26%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7A727B (or 0x7A727B) is known color: Old Lavender. HEX triplet: 7A, 72 and 7B. RGB value is (122,114,123). Sum of RGB (Red+Green+Blue) = 122+114+123=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A727B is #858D84. Grayscale: #757575. Windows color (decimal): -8752517 or 8090234. OLE color: 8090234.

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

Color convert

RGB 122 114 123 -
CMYK 0.01 0.07 0 0.52
HSL 293.33º 0.04% 0.46% -
HSV(B) 293.33º 0.07% 0.48% -
XYZ 17.62 17.6 21.21 -
YUV 117.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 122 114 123 0.01 0.07 0 0.52 293.33 0.04 0.46
Hex 7A 72 7B 1 7 0 34 125 4 2E
Octal 172 162 173 1 7 0 64 445 4 56
Binary 1111010 1110010 1111011 1 111 0 110100 100100101 100 101110

Color Harmonies of #7A727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A727B

Black with #7A727B

Text Example


Text Example

White with #7A727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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