Html Css Color HEX #766372 Old Lavender

📋 copy color: '#766372'

red 118 ◦ green 99 ◦ blue 114

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

Shades of Old Lavender #766372

Tints of Old Lavender #766372

RGB

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

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

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

R = 35.65%
G = 29.91%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766372 (or 0x766372) is known color: Old Lavender. HEX triplet: 76, 63 and 72. RGB value is (118,99,114). Sum of RGB (Red+Green+Blue) = 118+99+114=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766372 is #899C8D. Grayscale: #6A6A6A. Windows color (decimal): -9018510 or 7496566. OLE color: 7496566.

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

Color convert

RGB 118 99 114 -
CMYK 0 0.16 0.03 0.54
HSL 312.63º 0.09% 0.43% -
HSV(B) 312.63º 0.16% 0.46% -
XYZ 14.97 13.99 17.83 -
YUV 106.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 118 99 114 0 0.16 0.03 0.54 312.63 0.09 0.43
Hex 76 63 72 0 10 3 36 139 9 2B
Octal 166 143 162 0 20 3 66 471 11 53
Binary 1110110 1100011 1110010 0 10000 11 110110 100111001 1001 101011

Color Harmonies of #766372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766372

Black with #766372

Text Example


Text Example

White with #766372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766372; }

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

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

background-color css

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

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

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

border-color css

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

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

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