Html Css Color HEX #7D6477 Old Lavender

📋 copy color: '#7D6477'

red 125 ◦ green 100 ◦ blue 119

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

Shades of Old Lavender #7D6477

Tints of Old Lavender #7D6477

RGB

 RED value IS 125 (49.22% from 255) = 36.34%

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 36.34%
G = 29.07%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D6477 (or 0x7D6477) is known color: Old Lavender. HEX triplet: 7D, 64 and 77. RGB value is (125,100,119). Sum of RGB (Red+Green+Blue) = 125+100+119=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6477 is #829B88. Grayscale: #6D6D6D. Windows color (decimal): -8559497 or 7824509. OLE color: 7824509.

HSL color Cylindrical-coordinate representation of color #7D6477: hue angle of 314.4º 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 #7D6477 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 119 -
CMYK 0 0.2 0.05 0.51
HSL 314.4º 0.11% 0.44% -
HSV(B) 314.4º 0.2% 0.49% -
XYZ 16.34 14.81 19.45 -
YUV 109.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 125 100 119 0 0.2 0.05 0.51 314.4 0.11 0.44
Hex 7D 64 77 0 14 5 33 13A B 2C
Octal 175 144 167 0 24 5 63 472 13 54
Binary 1111101 1100100 1110111 0 10100 101 110011 100111010 1011 101100

Color Harmonies of #7D6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6477

Black with #7D6477

Text Example


Text Example

White with #7D6477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,119); }

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

background-color css

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

 a { background-color: rgb(125,100,119); }

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

border-color css

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

 span { border-color: rgb(125,100,119); }

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