Html Css Color HEX #766877 Old Lavender

📋 copy color: '#766877'

red 118 ◦ green 104 ◦ blue 119

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

Shades of Old Lavender #766877

Tints of Old Lavender #766877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 34.6%
G = 30.5%
B = 34.9%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766877 (or 0x766877) is known color: Old Lavender. HEX triplet: 76, 68 and 77. RGB value is (118,104,119). Sum of RGB (Red+Green+Blue) = 118+104+119=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #766877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766877 is #899788. Grayscale: #6D6D6D. Windows color (decimal): -9017225 or 7825526. OLE color: 7825526.

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

Color convert

RGB 118 104 119 -
CMYK 0.01 0.13 0 0.53
HSL 296º 0.07% 0.44% -
HSV(B) 296º 0.13% 0.47% -
XYZ 15.75 15.08 19.53 -
YUV 109.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 118 104 119 0.01 0.13 0 0.53 296 0.07 0.44
Hex 76 68 77 1 D 0 35 128 7 2C
Octal 166 150 167 1 15 0 65 450 7 54
Binary 1110110 1101000 1110111 1 1101 0 110101 100101000 111 101100

Color Harmonies of #766877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766877

Black with #766877

Text Example


Text Example

White with #766877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766877; }

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

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

background-color css

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

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

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

border-color css

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

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

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