Html Css Color HEX #766076 Old Lavender

📋 copy color: '#766076'

red 118 ◦ green 96 ◦ blue 118

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

Shades of Old Lavender #766076

Tints of Old Lavender #766076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 35.54%
G = 28.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766076 (or 0x766076) is known color: Old Lavender. HEX triplet: 76, 60 and 76. RGB value is (118,96,118). Sum of RGB (Red+Green+Blue) = 118+96+118=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766076 is #899F89. Grayscale: #696969. Windows color (decimal): -9019274 or 7757942. OLE color: 7757942.

HSL color Cylindrical-coordinate representation of color #766076: hue angle of 300º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766076 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 118 -
CMYK 0 0.19 0 0.54
HSL 300º 0.1% 0.42% -
HSV(B) 300º 0.19% 0.46% -
XYZ 14.92 13.53 18.96 -
YUV 105.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 118 96 118 0 0.19 0 0.54 300 0.1 0.42
Hex 76 60 76 0 13 0 36 12C A 2A
Octal 166 140 166 0 23 0 66 454 12 52
Binary 1110110 1100000 1110110 0 10011 0 110110 100101100 1010 101010

Color Harmonies of #766076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766076

Black with #766076

Text Example


Text Example

White with #766076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766076; }

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

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

background-color css

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

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

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

border-color css

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

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

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