Html Css Color HEX #766377 Old Lavender

📋 copy color: '#766377'

red 118 ◦ green 99 ◦ blue 119

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

Shades of Old Lavender #766377

Tints of Old Lavender #766377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 35.12%
G = 29.46%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766377 (or 0x766377) is known color: Old Lavender. HEX triplet: 76, 63 and 77. RGB value is (118,99,119). Sum of RGB (Red+Green+Blue) = 118+99+119=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #766377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766377 is #899C88. Grayscale: #6A6A6A. Windows color (decimal): -9018505 or 7824246. OLE color: 7824246.

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

Color convert

RGB 118 99 119 -
CMYK 0.01 0.17 0 0.53
HSL 297º 0.09% 0.43% -
HSV(B) 297º 0.17% 0.47% -
XYZ 15.26 14.11 19.37 -
YUV 106.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 118 99 119 0.01 0.17 0 0.53 297 0.09 0.43
Hex 76 63 77 1 11 0 35 129 9 2B
Octal 166 143 167 1 21 0 65 451 11 53
Binary 1110110 1100011 1110111 1 10001 0 110101 100101001 1001 101011

Color Harmonies of #766377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766377

Black with #766377

Text Example


Text Example

White with #766377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766377; }

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

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

background-color css

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

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

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

border-color css

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

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

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