Html Css Color HEX #756376 Old Lavender

📋 copy color: '#756376'

red 117 ◦ green 99 ◦ blue 118

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

Shades of Old Lavender #756376

Tints of Old Lavender #756376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 35.03%
G = 29.64%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756376 (or 0x756376) is known color: Old Lavender. HEX triplet: 75, 63 and 76. RGB value is (117,99,118). Sum of RGB (Red+Green+Blue) = 117+99+118=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #756376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756376 is #8A9C89. Grayscale: #6A6A6A. Windows color (decimal): -9084042 or 7758709. OLE color: 7758709.

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

Color convert

RGB 117 99 118 -
CMYK 0.01 0.16 0 0.54
HSL 296.84º 0.09% 0.43% -
HSV(B) 296.84º 0.16% 0.46% -
XYZ 15.07 14.01 19.05 -
YUV 106.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 117 99 118 0.01 0.16 0 0.54 296.84 0.09 0.43
Hex 75 63 76 1 10 0 36 129 9 2B
Octal 165 143 166 1 20 0 66 451 11 53
Binary 1110101 1100011 1110110 1 10000 0 110110 100101001 1001 101011

Color Harmonies of #756376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756376

Black with #756376

Text Example


Text Example

White with #756376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756376; }

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

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

background-color css

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

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

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

border-color css

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

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

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