Html Css Color HEX #756872 Old Lavender

📋 copy color: '#756872'

red 117 ◦ green 104 ◦ blue 114

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

Shades of Old Lavender #756872

Tints of Old Lavender #756872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 34.93%
G = 31.04%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756872 (or 0x756872) is known color: Old Lavender. HEX triplet: 75, 68 and 72. RGB value is (117,104,114). Sum of RGB (Red+Green+Blue) = 117+104+114=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756872 is #8A978D. Grayscale: #6D6D6D. Windows color (decimal): -9082766 or 7497845. OLE color: 7497845.

HSL color Cylindrical-coordinate representation of color #756872: hue angle of 313.85º 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 #756872 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 114 -
CMYK 0 0.11 0.03 0.54
HSL 313.85º 0.06% 0.43% -
HSV(B) 313.85º 0.11% 0.46% -
XYZ 15.32 14.9 17.99 -
YUV 109.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 117 104 114 0 0.11 0.03 0.54 313.85 0.06 0.43
Hex 75 68 72 0 B 3 36 13A 6 2B
Octal 165 150 162 0 13 3 66 472 6 53
Binary 1110101 1101000 1110010 0 1011 11 110110 100111010 110 101011

Color Harmonies of #756872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756872

Black with #756872

Text Example


Text Example

White with #756872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756872; }

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

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

background-color css

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

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

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

border-color css

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

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

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