Html Css Color HEX #756176 Old Lavender

📋 copy color: '#756176'

red 117 ◦ green 97 ◦ blue 118

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

Shades of Old Lavender #756176

Tints of Old Lavender #756176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 35.24%
G = 29.22%
B = 35.54%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756176 (or 0x756176) is known color: Old Lavender. HEX triplet: 75, 61 and 76. RGB value is (117,97,118). Sum of RGB (Red+Green+Blue) = 117+97+118=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #756176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756176 is #8A9E89. Grayscale: #696969. Windows color (decimal): -9084554 or 7758197. OLE color: 7758197.

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

Color convert

RGB 117 97 118 -
CMYK 0.01 0.18 0 0.54
HSL 297.14º 0.1% 0.42% -
HSV(B) 297.14º 0.18% 0.46% -
XYZ 14.88 13.64 18.99 -
YUV 105.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 117 97 118 0.01 0.18 0 0.54 297.14 0.1 0.42
Hex 75 61 76 1 12 0 36 129 A 2A
Octal 165 141 166 1 22 0 66 451 12 52
Binary 1110101 1100001 1110110 1 10010 0 110110 100101001 1010 101010

Color Harmonies of #756176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756176

Black with #756176

Text Example


Text Example

White with #756176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756176; }

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

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

background-color css

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

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

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

border-color css

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

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

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