Html Css Color HEX #756B76 Old Lavender

📋 copy color: '#756B76'

red 117 ◦ green 107 ◦ blue 118

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

Shades of Old Lavender #756B76

Tints of Old Lavender #756B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

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

R = 34.21%
G = 31.29%
B = 34.5%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756B76 (or 0x756B76) is known color: Old Lavender. HEX triplet: 75, 6B and 76. RGB value is (117,107,118). Sum of RGB (Red+Green+Blue) = 117+107+118=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #756B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B76 is #8A9489. Grayscale: #6F6F6F. Windows color (decimal): -9081994 or 7760757. OLE color: 7760757.

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

Color convert

RGB 117 107 118 -
CMYK 0.01 0.09 0 0.54
HSL 294.55º 0.05% 0.44% -
HSV(B) 294.55º 0.09% 0.46% -
XYZ 15.86 15.61 19.32 -
YUV 111.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 117 107 118 0.01 0.09 0 0.54 294.55 0.05 0.44
Hex 75 6B 76 1 9 0 36 127 5 2C
Octal 165 153 166 1 11 0 66 447 5 54
Binary 1110101 1101011 1110110 1 1001 0 110110 100100111 101 101100

Color Harmonies of #756B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B76

Black with #756B76

Text Example


Text Example

White with #756B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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