Html Css Color HEX #756276 Old Lavender

📋 copy color: '#756276'

red 117 ◦ green 98 ◦ blue 118

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

Shades of Old Lavender #756276

Tints of Old Lavender #756276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 35.14%
G = 29.43%
B = 35.44%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756276 (or 0x756276) is known color: Old Lavender. HEX triplet: 75, 62 and 76. RGB value is (117,98,118). Sum of RGB (Red+Green+Blue) = 117+98+118=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #756276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756276 is #8A9D89. Grayscale: #696969. Windows color (decimal): -9084298 or 7758453. OLE color: 7758453.

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

Color convert

RGB 117 98 118 -
CMYK 0.01 0.17 0 0.54
HSL 297º 0.09% 0.42% -
HSV(B) 297º 0.17% 0.46% -
XYZ 14.97 13.83 19.02 -
YUV 105.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 117 98 118 0.01 0.17 0 0.54 297 0.09 0.42
Hex 75 62 76 1 11 0 36 129 9 2A
Octal 165 142 166 1 21 0 66 451 11 52
Binary 1110101 1100010 1110110 1 10001 0 110110 100101001 1001 101010

Color Harmonies of #756276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756276

Black with #756276

Text Example


Text Example

White with #756276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756276; }

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

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

background-color css

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

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

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

border-color css

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

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

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