Html Css Color HEX #756576 Old Lavender

📋 copy color: '#756576'

red 117 ◦ green 101 ◦ blue 118

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

Shades of Old Lavender #756576

Tints of Old Lavender #756576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 34.82%
G = 30.06%
B = 35.12%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756576 (or 0x756576) is known color: Old Lavender. HEX triplet: 75, 65 and 76. RGB value is (117,101,118). Sum of RGB (Red+Green+Blue) = 117+101+118=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #756576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756576 is #8A9A89. Grayscale: #6B6B6B. Windows color (decimal): -9083530 or 7759221. OLE color: 7759221.

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

Color convert

RGB 117 101 118 -
CMYK 0.01 0.14 0 0.54
HSL 296.47º 0.08% 0.43% -
HSV(B) 296.47º 0.14% 0.46% -
XYZ 15.26 14.4 19.11 -
YUV 107.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 117 101 118 0.01 0.14 0 0.54 296.47 0.08 0.43
Hex 75 65 76 1 E 0 36 128 8 2B
Octal 165 145 166 1 16 0 66 450 10 53
Binary 1110101 1100101 1110110 1 1110 0 110110 100101000 1000 101011

Color Harmonies of #756576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756576

Black with #756576

Text Example


Text Example

White with #756576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756576; }

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

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

background-color css

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

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

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

border-color css

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

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

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