Html Css Color HEX #756172 Old Lavender

📋 copy color: '#756172'

red 117 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #756172

Tints of Old Lavender #756172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 35.67%
G = 29.57%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756172 (or 0x756172) is known color: Old Lavender. HEX triplet: 75, 61 and 72. RGB value is (117,97,114). Sum of RGB (Red+Green+Blue) = 117+97+114=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756172 is #8A9E8D. Grayscale: #686868. Windows color (decimal): -9084558 or 7496053. OLE color: 7496053.

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

Color convert

RGB 117 97 114 -
CMYK 0 0.17 0.03 0.54
HSL 309º 0.09% 0.42% -
HSV(B) 309º 0.17% 0.46% -
XYZ 14.65 13.55 17.76 -
YUV 104.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 117 97 114 0 0.17 0.03 0.54 309 0.09 0.42
Hex 75 61 72 0 11 3 36 135 9 2A
Octal 165 141 162 0 21 3 66 465 11 52
Binary 1110101 1100001 1110010 0 10001 11 110110 100110101 1001 101010

Color Harmonies of #756172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756172

Black with #756172

Text Example


Text Example

White with #756172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756172; }

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

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

background-color css

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

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

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

border-color css

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

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

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