Html Css Color HEX #756976 Old Lavender

📋 copy color: '#756976'

red 117 ◦ green 105 ◦ blue 118

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

Shades of Old Lavender #756976

Tints of Old Lavender #756976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 34.41%
G = 30.88%
B = 34.71%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756976 (or 0x756976) is known color: Old Lavender. HEX triplet: 75, 69 and 76. RGB value is (117,105,118). Sum of RGB (Red+Green+Blue) = 117+105+118=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #756976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756976 is #8A9689. Grayscale: #6E6E6E. Windows color (decimal): -9082506 or 7760245. OLE color: 7760245.

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

Color convert

RGB 117 105 118 -
CMYK 0.01 0.11 0 0.54
HSL 295.38º 0.06% 0.44% -
HSV(B) 295.38º 0.11% 0.46% -
XYZ 15.66 15.19 19.25 -
YUV 110.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 117 105 118 0.01 0.11 0 0.54 295.38 0.06 0.44
Hex 75 69 76 1 B 0 36 127 6 2C
Octal 165 151 166 1 13 0 66 447 6 54
Binary 1110101 1101001 1110110 1 1011 0 110110 100100111 110 101100

Color Harmonies of #756976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756976

Black with #756976

Text Example


Text Example

White with #756976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756976; }

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

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

background-color css

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

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

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

border-color css

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

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

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