Html Css Color HEX #766478 Old Lavender

📋 copy color: '#766478'

red 118 ◦ green 100 ◦ blue 120

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

Shades of Old Lavender #766478

Tints of Old Lavender #766478

RGB

 RED value IS 118 (46.48% from 255) = 34.91%

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

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

R = 34.91%
G = 29.59%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766478 (or 0x766478) is known color: Old Lavender. HEX triplet: 76, 64 and 78. RGB value is (118,100,120). Sum of RGB (Red+Green+Blue) = 118+100+120=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #766478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766478 is #899B87. Grayscale: #6B6B6B. Windows color (decimal): -9018248 or 7890038. OLE color: 7890038.

HSL color Cylindrical-coordinate representation of color #766478: hue angle of 294º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766478 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 100 120 -
CMYK 0.02 0.17 0 0.53
HSL 294º 0.09% 0.43% -
HSV(B) 294º 0.17% 0.47% -
XYZ 15.42 14.32 19.72 -
YUV 107.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 118 100 120 0.02 0.17 0 0.53 294 0.09 0.43
Hex 76 64 78 2 11 0 35 126 9 2B
Octal 166 144 170 2 21 0 65 446 11 53
Binary 1110110 1100100 1111000 10 10001 0 110101 100100110 1001 101011

Color Harmonies of #766478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766478

Black with #766478

Text Example


Text Example

White with #766478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766478; }

 p { color: rgb(118,100,120); }

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

background-color css

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

 a { background-color: rgb(118,100,120); }

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

border-color css

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

 span { border-color: rgb(118,100,120); }

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