Html Css Color HEX #756372 Old Lavender

📋 copy color: '#756372'

red 117 ◦ green 99 ◦ blue 114

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

Shades of Old Lavender #756372

Tints of Old Lavender #756372

RGB

 RED value IS 117 (46.09% from 255) = 35.45%

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

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

R = 35.45%
G = 30%
B = 34.55%

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

#756372 (or 0x756372) is known color: Old Lavender. HEX triplet: 75, 63 and 72. RGB value is (117,99,114). Sum of RGB (Red+Green+Blue) = 117+99+114=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756372 is #8A9C8D. Grayscale: #6A6A6A. Windows color (decimal): -9084046 or 7496565. OLE color: 7496565.

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

Color convert

RGB 117 99 114 -
CMYK 0 0.15 0.03 0.54
HSL 310º 0.08% 0.42% -
HSV(B) 310º 0.15% 0.46% -
XYZ 14.84 13.92 17.82 -
YUV 106.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 117 99 114 0 0.15 0.03 0.54 310 0.08 0.42
Hex 75 63 72 0 F 3 36 136 8 2A
Octal 165 143 162 0 17 3 66 466 10 52
Binary 1110101 1100011 1110010 0 1111 11 110110 100110110 1000 101010

Color Harmonies of #756372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756372

Black with #756372

Text Example


Text Example

White with #756372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756372; }

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

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

background-color css

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

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

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

border-color css

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

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

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