Html Css Color HEX #766576 Old Lavender

📋 copy color: '#766576'

red 118 ◦ green 101 ◦ blue 118

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

Shades of Old Lavender #766576

Tints of Old Lavender #766576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 35.01%
G = 29.97%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766576 (or 0x766576) is known color: Old Lavender. HEX triplet: 76, 65 and 76. RGB value is (118,101,118). Sum of RGB (Red+Green+Blue) = 118+101+118=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766576 is #899A89. Grayscale: #6B6B6B. Windows color (decimal): -9017994 or 7759222. OLE color: 7759222.

HSL color Cylindrical-coordinate representation of color #766576: 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.14%. Process color model (Four color, CMYK) of #766576 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 118 -
CMYK 0 0.14 0 0.54
HSL 300º 0.08% 0.43% -
HSV(B) 300º 0.14% 0.46% -
XYZ 15.39 14.47 19.12 -
YUV 108.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 118 101 118 0 0.14 0 0.54 300 0.08 0.43
Hex 76 65 76 0 E 0 36 12C 8 2B
Octal 166 145 166 0 16 0 66 454 10 53
Binary 1110110 1100101 1110110 0 1110 0 110110 100101100 1000 101011

Color Harmonies of #766576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766576

Black with #766576

Text Example


Text Example

White with #766576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766576; }

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

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

background-color css

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

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

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

border-color css

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

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

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