Html Css Color HEX #766476 Old Lavender

📋 copy color: '#766476'

red 118 ◦ green 100 ◦ blue 118

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

Shades of Old Lavender #766476

Tints of Old Lavender #766476

RGB

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

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

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

R = 35.12%
G = 29.76%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766476 (or 0x766476) is known color: Old Lavender. HEX triplet: 76, 64 and 76. RGB value is (118,100,118). Sum of RGB (Red+Green+Blue) = 118+100+118=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766476 is #899B89. Grayscale: #6B6B6B. Windows color (decimal): -9018250 or 7758966. OLE color: 7758966.

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

Color convert

RGB 118 100 118 -
CMYK 0 0.15 0 0.54
HSL 300º 0.08% 0.43% -
HSV(B) 300º 0.15% 0.46% -
XYZ 15.3 14.27 19.09 -
YUV 107.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 118 100 118 0 0.15 0 0.54 300 0.08 0.43
Hex 76 64 76 0 F 0 36 12C 8 2B
Octal 166 144 166 0 17 0 66 454 10 53
Binary 1110110 1100100 1110110 0 1111 0 110110 100101100 1000 101011

Color Harmonies of #766476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766476

Black with #766476

Text Example


Text Example

White with #766476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766476; }

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

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

background-color css

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

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

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

border-color css

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

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

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