Html Css Color HEX #766272 Old Lavender

📋 copy color: '#766272'

red 118 ◦ green 98 ◦ blue 114

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

Shades of Old Lavender #766272

Tints of Old Lavender #766272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 35.76%
G = 29.7%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766272 (or 0x766272) is known color: Old Lavender. HEX triplet: 76, 62 and 72. RGB value is (118,98,114). Sum of RGB (Red+Green+Blue) = 118+98+114=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766272 is #899D8D. Grayscale: #696969. Windows color (decimal): -9018766 or 7496310. OLE color: 7496310.

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

Color convert

RGB 118 98 114 -
CMYK 0 0.17 0.03 0.54
HSL 312º 0.09% 0.42% -
HSV(B) 312º 0.17% 0.46% -
XYZ 14.88 13.8 17.8 -
YUV 105.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 118 98 114 0 0.17 0.03 0.54 312 0.09 0.42
Hex 76 62 72 0 11 3 36 138 9 2A
Octal 166 142 162 0 21 3 66 470 11 52
Binary 1110110 1100010 1110010 0 10001 11 110110 100111000 1001 101010

Color Harmonies of #766272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766272

Black with #766272

Text Example


Text Example

White with #766272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766272; }

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

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

background-color css

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

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

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

border-color css

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

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

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