Html Css Color HEX #766977 Old Lavender

📋 copy color: '#766977'

red 118 ◦ green 105 ◦ blue 119

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

Shades of Old Lavender #766977

Tints of Old Lavender #766977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 34.5%
G = 30.7%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766977 (or 0x766977) is known color: Old Lavender. HEX triplet: 76, 69 and 77. RGB value is (118,105,119). Sum of RGB (Red+Green+Blue) = 118+105+119=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #766977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766977 is #899688. Grayscale: #6E6E6E. Windows color (decimal): -9016969 or 7825782. OLE color: 7825782.

HSL color Cylindrical-coordinate representation of color #766977: hue angle of 295.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766977 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 105 119 -
CMYK 0.01 0.12 0 0.53
HSL 295.71º 0.06% 0.44% -
HSV(B) 295.71º 0.12% 0.47% -
XYZ 15.85 15.29 19.57 -
YUV 110.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 118 105 119 0.01 0.12 0 0.53 295.71 0.06 0.44
Hex 76 69 77 1 C 0 35 128 6 2C
Octal 166 151 167 1 14 0 65 450 6 54
Binary 1110110 1101001 1110111 1 1100 0 110101 100101000 110 101100

Color Harmonies of #766977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766977

Black with #766977

Text Example


Text Example

White with #766977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766977; }

 p { color: rgb(118,105,119); }

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

background-color css

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

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

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

border-color css

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

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

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