Html Css Color HEX #766B76 Old Lavender

📋 copy color: '#766B76'

red 118 ◦ green 107 ◦ blue 118

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

Shades of Old Lavender #766B76

Tints of Old Lavender #766B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

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

R = 34.4%
G = 31.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766B76 (or 0x766B76) is known color: Old Lavender. HEX triplet: 76, 6B and 76. RGB value is (118,107,118). Sum of RGB (Red+Green+Blue) = 118+107+118=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B76 is #899489. Grayscale: #6F6F6F. Windows color (decimal): -9016458 or 7760758. OLE color: 7760758.

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

Color convert

RGB 118 107 118 -
CMYK 0 0.09 0 0.54
HSL 300º 0.05% 0.44% -
HSV(B) 300º 0.09% 0.46% -
XYZ 16 15.67 19.32 -
YUV 111.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 118 107 118 0 0.09 0 0.54 300 0.05 0.44
Hex 76 6B 76 0 9 0 36 12C 5 2C
Octal 166 153 166 0 11 0 66 454 5 54
Binary 1110110 1101011 1110110 0 1001 0 110110 100101100 101 101100

Color Harmonies of #766B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B76

Black with #766B76

Text Example


Text Example

White with #766B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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