Html Css Color HEX #766373 Old Lavender

📋 copy color: '#766373'

red 118 ◦ green 99 ◦ blue 115

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

Shades of Old Lavender #766373

Tints of Old Lavender #766373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 35.54%
G = 29.82%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766373 (or 0x766373) is known color: Old Lavender. HEX triplet: 76, 63 and 73. RGB value is (118,99,115). Sum of RGB (Red+Green+Blue) = 118+99+115=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766373 is #899C8C. Grayscale: #6A6A6A. Windows color (decimal): -9018509 or 7562102. OLE color: 7562102.

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

Color convert

RGB 118 99 115 -
CMYK 0 0.16 0.03 0.54
HSL 309.47º 0.09% 0.43% -
HSV(B) 309.47º 0.16% 0.46% -
XYZ 15.03 14.01 18.13 -
YUV 106.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 118 99 115 0 0.16 0.03 0.54 309.47 0.09 0.43
Hex 76 63 73 0 10 3 36 135 9 2B
Octal 166 143 163 0 20 3 66 465 11 53
Binary 1110110 1100011 1110011 0 10000 11 110110 100110101 1001 101011

Color Harmonies of #766373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766373

Black with #766373

Text Example


Text Example

White with #766373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766373; }

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

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

background-color css

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

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

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

border-color css

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

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

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