Html Css Color HEX #7C637A Old Lavender

📋 copy color: '#7C637A'

red 124 ◦ green 99 ◦ blue 122

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

Shades of Old Lavender #7C637A

Tints of Old Lavender #7C637A

RGB

 RED value IS 124 (48.83% from 255) = 35.94%

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

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

R = 35.94%
G = 28.7%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C637A (or 0x7C637A) is known color: Old Lavender. HEX triplet: 7C, 63 and 7A. RGB value is (124,99,122). Sum of RGB (Red+Green+Blue) = 124+99+122=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C637A is #839C85. Grayscale: #6D6D6D. Windows color (decimal): -8625286 or 8020860. OLE color: 8020860.

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

Color convert

RGB 124 99 122 -
CMYK 0 0.20 0.02 0.51
HSL 304.8º 0.11% 0.44% -
HSV(B) 304.8º 0.2% 0.49% -
XYZ 16.29 14.61 20.37 -
YUV 109.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 124 99 122 0 0.20 0.02 0.51 304.8 0.11 0.44
Hex 7C 63 7A 0 14 2 33 131 B 2C
Octal 174 143 172 0 24 2 63 461 13 54
Binary 1111100 1100011 1111010 0 10100 10 110011 100110001 1011 101100

Color Harmonies of #7C637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C637A

Black with #7C637A

Text Example


Text Example

White with #7C637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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