Html Css Color HEX #766477 Old Lavender

📋 copy color: '#766477'

red 118 ◦ green 100 ◦ blue 119

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

Shades of Old Lavender #766477

Tints of Old Lavender #766477

RGB

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

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

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

R = 35.01%
G = 29.67%
B = 35.31%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766477 (or 0x766477) is known color: Old Lavender. HEX triplet: 76, 64 and 77. RGB value is (118,100,119). Sum of RGB (Red+Green+Blue) = 118+100+119=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #766477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766477 is #899B88. Grayscale: #6B6B6B. Windows color (decimal): -9018249 or 7824502. OLE color: 7824502.

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

Color convert

RGB 118 100 119 -
CMYK 0.01 0.16 0 0.53
HSL 296.84º 0.09% 0.43% -
HSV(B) 296.84º 0.16% 0.47% -
XYZ 15.36 14.3 19.4 -
YUV 107.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 118 100 119 0.01 0.16 0 0.53 296.84 0.09 0.43
Hex 76 64 77 1 10 0 35 129 9 2B
Octal 166 144 167 1 20 0 65 451 11 53
Binary 1110110 1100100 1110111 1 10000 0 110101 100101001 1001 101011

Color Harmonies of #766477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766477

Black with #766477

Text Example


Text Example

White with #766477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766477; }

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

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

background-color css

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

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

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

border-color css

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

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

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