Html Css Color HEX #7F637A Old Lavender

📋 copy color: '#7F637A'

red 127 ◦ green 99 ◦ blue 122

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

Shades of Old Lavender #7F637A

Tints of Old Lavender #7F637A

RGB

 RED value IS 127 (50% from 255) = 36.49%

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

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

R = 36.49%
G = 28.45%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F637A (or 0x7F637A) is known color: Old Lavender. HEX triplet: 7F, 63 and 7A. RGB value is (127,99,122). Sum of RGB (Red+Green+Blue) = 127+99+122=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F637A is #809C85. Grayscale: #6D6D6D. Windows color (decimal): -8428678 or 8020863. OLE color: 8020863.

HSL color Cylindrical-coordinate representation of color #7F637A: hue angle of 310.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F637A is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 122 -
CMYK 0 0.22 0.04 0.50
HSL 310.71º 0.12% 0.44% -
HSV(B) 310.71º 0.22% 0.5% -
XYZ 16.73 14.84 20.4 -
YUV 109.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 127 99 122 0 0.22 0.04 0.50 310.71 0.12 0.44
Hex 7F 63 7A 0 16 4 32 137 C 2C
Octal 177 143 172 0 26 4 62 467 14 54
Binary 1111111 1100011 1111010 0 10110 100 110010 100110111 1100 101100

Color Harmonies of #7F637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F637A

Black with #7F637A

Text Example


Text Example

White with #7F637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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