Html Css Color HEX #756873 Old Lavender

📋 copy color: '#756873'

red 117 ◦ green 104 ◦ blue 115

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

Shades of Old Lavender #756873

Tints of Old Lavender #756873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 34.82%
G = 30.95%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756873 (or 0x756873) is known color: Old Lavender. HEX triplet: 75, 68 and 73. RGB value is (117,104,115). Sum of RGB (Red+Green+Blue) = 117+104+115=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756873 is #8A978C. Grayscale: #6D6D6D. Windows color (decimal): -9082765 or 7563381. OLE color: 7563381.

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

Color convert

RGB 117 104 115 -
CMYK 0 0.11 0.02 0.54
HSL 309.23º 0.06% 0.43% -
HSV(B) 309.23º 0.11% 0.46% -
XYZ 15.38 14.92 18.29 -
YUV 109.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 117 104 115 0 0.11 0.02 0.54 309.23 0.06 0.43
Hex 75 68 73 0 B 2 36 135 6 2B
Octal 165 150 163 0 13 2 66 465 6 53
Binary 1110101 1101000 1110011 0 1011 10 110110 100110101 110 101011

Color Harmonies of #756873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756873

Black with #756873

Text Example


Text Example

White with #756873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756873; }

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

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

background-color css

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

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

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

border-color css

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

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

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