Html Css Color HEX #766172 Old Lavender

📋 copy color: '#766172'

red 118 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #766172

Tints of Old Lavender #766172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 35.87%
G = 29.48%
B = 34.65%

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

#766172 (or 0x766172) is known color: Old Lavender. HEX triplet: 76, 61 and 72. RGB value is (118,97,114). Sum of RGB (Red+Green+Blue) = 118+97+114=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766172 is #899E8D. Grayscale: #696969. Windows color (decimal): -9019022 or 7496054. OLE color: 7496054.

HSL color Cylindrical-coordinate representation of color #766172: hue angle of 311.43º 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 #766172 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 114 -
CMYK 0 0.18 0.03 0.54
HSL 311.43º 0.1% 0.42% -
HSV(B) 311.43º 0.18% 0.46% -
XYZ 14.78 13.62 17.77 -
YUV 105.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 118 97 114 0 0.18 0.03 0.54 311.43 0.1 0.42
Hex 76 61 72 0 12 3 36 137 A 2A
Octal 166 141 162 0 22 3 66 467 12 52
Binary 1110110 1100001 1110010 0 10010 11 110110 100110111 1010 101010

Color Harmonies of #766172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766172

Black with #766172

Text Example


Text Example

White with #766172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766172; }

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

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

background-color css

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

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

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

border-color css

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

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

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