Html Css Color HEX #7C627A Old Lavender

📋 copy color: '#7C627A'

red 124 ◦ green 98 ◦ blue 122

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

Shades of Old Lavender #7C627A

Tints of Old Lavender #7C627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 36.05%
G = 28.49%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C627A (or 0x7C627A) is known color: Old Lavender. HEX triplet: 7C, 62 and 7A. RGB value is (124,98,122). Sum of RGB (Red+Green+Blue) = 124+98+122=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C627A is #839D85. Grayscale: #6C6C6C. Windows color (decimal): -8625542 or 8020604. OLE color: 8020604.

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

Color convert

RGB 124 98 122 -
CMYK 0 0.21 0.02 0.51
HSL 304.62º 0.12% 0.44% -
HSV(B) 304.62º 0.21% 0.49% -
XYZ 16.19 14.43 20.34 -
YUV 108.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 124 98 122 0 0.21 0.02 0.51 304.62 0.12 0.44
Hex 7C 62 7A 0 15 2 33 131 C 2C
Octal 174 142 172 0 25 2 63 461 14 54
Binary 1111100 1100010 1111010 0 10101 10 110011 100110001 1100 101100

Color Harmonies of #7C627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C627A

Black with #7C627A

Text Example


Text Example

White with #7C627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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