Html Css Color HEX #766374 Old Lavender

📋 copy color: '#766374'

red 118 ◦ green 99 ◦ blue 116

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

Shades of Old Lavender #766374

Tints of Old Lavender #766374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 35.44%
G = 29.73%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766374 (or 0x766374) is known color: Old Lavender. HEX triplet: 76, 63 and 74. RGB value is (118,99,116). Sum of RGB (Red+Green+Blue) = 118+99+116=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766374 is #899C8B. Grayscale: #6A6A6A. Windows color (decimal): -9018508 or 7627638. OLE color: 7627638.

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

Color convert

RGB 118 99 116 -
CMYK 0 0.16 0.02 0.54
HSL 306.32º 0.09% 0.43% -
HSV(B) 306.32º 0.16% 0.46% -
XYZ 15.09 14.04 18.44 -
YUV 106.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 118 99 116 0 0.16 0.02 0.54 306.32 0.09 0.43
Hex 76 63 74 0 10 2 36 132 9 2B
Octal 166 143 164 0 20 2 66 462 11 53
Binary 1110110 1100011 1110100 0 10000 10 110110 100110010 1001 101011

Color Harmonies of #766374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766374

Black with #766374

Text Example


Text Example

White with #766374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766374; }

 p { color: rgb(118,99,116); }

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

background-color css

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

 a { background-color: rgb(118,99,116); }

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

border-color css

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

 span { border-color: rgb(118,99,116); }

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