Html Css Color HEX #766078 Old Lavender

📋 copy color: '#766078'

red 118 ◦ green 96 ◦ blue 120

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

Shades of Old Lavender #766078

Tints of Old Lavender #766078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 35.33%
G = 28.74%
B = 35.93%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766078 (or 0x766078) is known color: Old Lavender. HEX triplet: 76, 60 and 78. RGB value is (118,96,120). Sum of RGB (Red+Green+Blue) = 118+96+120=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #766078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766078 is #899F87. Grayscale: #696969. Windows color (decimal): -9019272 or 7889014. OLE color: 7889014.

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

Color convert

RGB 118 96 120 -
CMYK 0.02 0.2 0 0.53
HSL 295º 0.11% 0.42% -
HSV(B) 295º 0.2% 0.47% -
XYZ 15.04 13.57 19.6 -
YUV 105.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 118 96 120 0.02 0.2 0 0.53 295 0.11 0.42
Hex 76 60 78 2 14 0 35 127 B 2A
Octal 166 140 170 2 24 0 65 447 13 52
Binary 1110110 1100000 1111000 10 10100 0 110101 100100111 1011 101010

Color Harmonies of #766078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766078

Black with #766078

Text Example


Text Example

White with #766078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766078; }

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

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

background-color css

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

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

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

border-color css

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

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

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