Html Css Color HEX #756A73 Old Lavender

📋 copy color: '#756A73'

red 117 ◦ green 106 ◦ blue 115

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

Shades of Old Lavender #756A73

Tints of Old Lavender #756A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 34.62%
G = 31.36%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756A73 (or 0x756A73) is known color: Old Lavender. HEX triplet: 75, 6A and 73. RGB value is (117,106,115). Sum of RGB (Red+Green+Blue) = 117+106+115=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A73 is #8A958C. Grayscale: #6E6E6E. Windows color (decimal): -9082253 or 7563893. OLE color: 7563893.

HSL color Cylindrical-coordinate representation of color #756A73: hue angle of 310.91º 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 #756A73 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 115 -
CMYK 0 0.09 0.02 0.54
HSL 310.91º 0.05% 0.44% -
HSV(B) 310.91º 0.09% 0.46% -
XYZ 15.58 15.33 18.36 -
YUV 110.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 117 106 115 0 0.09 0.02 0.54 310.91 0.05 0.44
Hex 75 6A 73 0 9 2 36 137 5 2C
Octal 165 152 163 0 11 2 66 467 5 54
Binary 1110101 1101010 1110011 0 1001 10 110110 100110111 101 101100

Color Harmonies of #756A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A73

Black with #756A73

Text Example


Text Example

White with #756A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,115); }

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

background-color css

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

 a { background-color: rgb(117,106,115); }

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

border-color css

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

 span { border-color: rgb(117,106,115); }

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