Html Css Color HEX #766473 Old Lavender

📋 copy color: '#766473'

red 118 ◦ green 100 ◦ blue 115

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

Shades of Old Lavender #766473

Tints of Old Lavender #766473

RGB

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

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

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

R = 35.44%
G = 30.03%
B = 34.53%

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

#766473 (or 0x766473) is known color: Old Lavender. HEX triplet: 76, 64 and 73. RGB value is (118,100,115). Sum of RGB (Red+Green+Blue) = 118+100+115=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766473 is #899B8C. Grayscale: #6B6B6B. Windows color (decimal): -9018253 or 7562358. OLE color: 7562358.

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

Color convert

RGB 118 100 115 -
CMYK 0 0.15 0.03 0.54
HSL 310º 0.08% 0.43% -
HSV(B) 310º 0.15% 0.46% -
XYZ 15.12 14.2 18.16 -
YUV 107.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 118 100 115 0 0.15 0.03 0.54 310 0.08 0.43
Hex 76 64 73 0 F 3 36 136 8 2B
Octal 166 144 163 0 17 3 66 466 10 53
Binary 1110110 1100100 1110011 0 1111 11 110110 100110110 1000 101011

Color Harmonies of #766473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766473

Black with #766473

Text Example


Text Example

White with #766473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766473; }

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

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

background-color css

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

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

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

border-color css

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

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

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