Html Css Color HEX #756C76 Old Lavender

📋 copy color: '#756C76'

red 117 ◦ green 108 ◦ blue 118

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

Shades of Old Lavender #756C76

Tints of Old Lavender #756C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 34.11%
G = 31.49%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756C76 (or 0x756C76) is known color: Old Lavender. HEX triplet: 75, 6C and 76. RGB value is (117,108,118). Sum of RGB (Red+Green+Blue) = 117+108+118=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #756C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C76 is #8A9389. Grayscale: #6F6F6F. Windows color (decimal): -9081738 or 7761013. OLE color: 7761013.

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

Color convert

RGB 117 108 118 -
CMYK 0.01 0.08 0 0.54
HSL 294º 0.04% 0.44% -
HSV(B) 294º 0.08% 0.46% -
XYZ 15.97 15.82 19.35 -
YUV 111.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 117 108 118 0.01 0.08 0 0.54 294 0.04 0.44
Hex 75 6C 76 1 8 0 36 126 4 2C
Octal 165 154 166 1 10 0 66 446 4 54
Binary 1110101 1101100 1110110 1 1000 0 110110 100100110 100 101100

Color Harmonies of #756C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C76

Black with #756C76

Text Example


Text Example

White with #756C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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