Html Css Color HEX #766173 Old Lavender

📋 copy color: '#766173'

red 118 ◦ green 97 ◦ blue 115

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

Shades of Old Lavender #766173

Tints of Old Lavender #766173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 35.76%
G = 29.39%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766173 (or 0x766173) is known color: Old Lavender. HEX triplet: 76, 61 and 73. RGB value is (118,97,115). Sum of RGB (Red+Green+Blue) = 118+97+115=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766173 is #899E8C. Grayscale: #696969. Windows color (decimal): -9019021 or 7561590. OLE color: 7561590.

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

Color convert

RGB 118 97 115 -
CMYK 0 0.18 0.03 0.54
HSL 308.57º 0.1% 0.42% -
HSV(B) 308.57º 0.18% 0.46% -
XYZ 14.84 13.64 18.07 -
YUV 105.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 118 97 115 0 0.18 0.03 0.54 308.57 0.1 0.42
Hex 76 61 73 0 12 3 36 135 A 2A
Octal 166 141 163 0 22 3 66 465 12 52
Binary 1110110 1100001 1110011 0 10010 11 110110 100110101 1010 101010

Color Harmonies of #766173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766173

Black with #766173

Text Example


Text Example

White with #766173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766173; }

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

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

background-color css

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

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

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

border-color css

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

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

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