Html Css Color HEX #766472 Old Lavender

📋 copy color: '#766472'

red 118 ◦ green 100 ◦ blue 114

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

Shades of Old Lavender #766472

Tints of Old Lavender #766472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 35.54%
G = 30.12%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766472 (or 0x766472) is known color: Old Lavender. HEX triplet: 76, 64 and 72. RGB value is (118,100,114). Sum of RGB (Red+Green+Blue) = 118+100+114=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766472 is #899B8D. Grayscale: #6A6A6A. Windows color (decimal): -9018254 or 7496822. OLE color: 7496822.

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

Color convert

RGB 118 100 114 -
CMYK 0 0.15 0.03 0.54
HSL 313.33º 0.08% 0.43% -
HSV(B) 313.33º 0.15% 0.46% -
XYZ 15.07 14.18 17.86 -
YUV 106.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 118 100 114 0 0.15 0.03 0.54 313.33 0.08 0.43
Hex 76 64 72 0 F 3 36 139 8 2B
Octal 166 144 162 0 17 3 66 471 10 53
Binary 1110110 1100100 1110010 0 1111 11 110110 100111001 1000 101011

Color Harmonies of #766472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766472

Black with #766472

Text Example


Text Example

White with #766472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766472; }

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

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

background-color css

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

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

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

border-color css

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

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

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