Html Css Color HEX #7D6278 Old Lavender

📋 copy color: '#7D6278'

red 125 ◦ green 98 ◦ blue 120

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

Shades of Old Lavender #7D6278

Tints of Old Lavender #7D6278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 36.44%
G = 28.57%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D6278 (or 0x7D6278) is known color: Old Lavender. HEX triplet: 7D, 62 and 78. RGB value is (125,98,120). Sum of RGB (Red+Green+Blue) = 125+98+120=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6278 is #829D87. Grayscale: #6C6C6C. Windows color (decimal): -8560008 or 7889533. OLE color: 7889533.

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

Color convert

RGB 125 98 120 -
CMYK 0 0.22 0.04 0.51
HSL 311.11º 0.12% 0.44% -
HSV(B) 311.11º 0.22% 0.49% -
XYZ 16.22 14.45 19.7 -
YUV 108.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 125 98 120 0 0.22 0.04 0.51 311.11 0.12 0.44
Hex 7D 62 78 0 16 4 33 137 C 2C
Octal 175 142 170 0 26 4 63 467 14 54
Binary 1111101 1100010 1111000 0 10110 100 110011 100110111 1100 101100

Color Harmonies of #7D6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6278

Black with #7D6278

Text Example


Text Example

White with #7D6278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,120); }

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

background-color css

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

 a { background-color: rgb(125,98,120); }

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

border-color css

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

 span { border-color: rgb(125,98,120); }

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