Html Css Color HEX #756776 Old Lavender

📋 copy color: '#756776'

red 117 ◦ green 103 ◦ blue 118

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

Shades of Old Lavender #756776

Tints of Old Lavender #756776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 34.62%
G = 30.47%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756776 (or 0x756776) is known color: Old Lavender. HEX triplet: 75, 67 and 76. RGB value is (117,103,118). Sum of RGB (Red+Green+Blue) = 117+103+118=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #756776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756776 is #8A9889. Grayscale: #6C6C6C. Windows color (decimal): -9083018 or 7759733. OLE color: 7759733.

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

Color convert

RGB 117 103 118 -
CMYK 0.01 0.13 0 0.54
HSL 296º 0.07% 0.43% -
HSV(B) 296º 0.13% 0.46% -
XYZ 15.46 14.79 19.18 -
YUV 108.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 117 103 118 0.01 0.13 0 0.54 296 0.07 0.43
Hex 75 67 76 1 D 0 36 128 7 2B
Octal 165 147 166 1 15 0 66 450 7 53
Binary 1110101 1100111 1110110 1 1101 0 110110 100101000 111 101011

Color Harmonies of #756776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756776

Black with #756776

Text Example


Text Example

White with #756776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756776; }

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

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

background-color css

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

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

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

border-color css

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

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

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