Html Css Color HEX #766278 Old Lavender

📋 copy color: '#766278'

red 118 ◦ green 98 ◦ blue 120

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

Shades of Old Lavender #766278

Tints of Old Lavender #766278

RGB

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

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

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

R = 35.12%
G = 29.17%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766278 (or 0x766278) is known color: Old Lavender. HEX triplet: 76, 62 and 78. RGB value is (118,98,120). Sum of RGB (Red+Green+Blue) = 118+98+120=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #766278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766278 is #899D87. Grayscale: #6A6A6A. Windows color (decimal): -9018760 or 7889526. OLE color: 7889526.

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

Color convert

RGB 118 98 120 -
CMYK 0.02 0.18 0 0.53
HSL 294.55º 0.1% 0.43% -
HSV(B) 294.55º 0.18% 0.47% -
XYZ 15.23 13.94 19.66 -
YUV 106.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 118 98 120 0.02 0.18 0 0.53 294.55 0.1 0.43
Hex 76 62 78 2 12 0 35 127 A 2B
Octal 166 142 170 2 22 0 65 447 12 53
Binary 1110110 1100010 1111000 10 10010 0 110101 100100111 1010 101011

Color Harmonies of #766278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766278

Black with #766278

Text Example


Text Example

White with #766278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766278; }

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

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

background-color css

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

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

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

border-color css

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

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

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