Html Css Color HEX #756273 Old Lavender

📋 copy color: '#756273'

red 117 ◦ green 98 ◦ blue 115

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

Shades of Old Lavender #756273

Tints of Old Lavender #756273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 35.45%
G = 29.7%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756273 (or 0x756273) is known color: Old Lavender. HEX triplet: 75, 62 and 73. RGB value is (117,98,115). Sum of RGB (Red+Green+Blue) = 117+98+115=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756273 is #8A9D8C. Grayscale: #696969. Windows color (decimal): -9084301 or 7561845. OLE color: 7561845.

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

Color convert

RGB 117 98 115 -
CMYK 0 0.16 0.02 0.54
HSL 306.32º 0.09% 0.42% -
HSV(B) 306.32º 0.16% 0.46% -
XYZ 14.8 13.76 18.09 -
YUV 105.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 117 98 115 0 0.16 0.02 0.54 306.32 0.09 0.42
Hex 75 62 73 0 10 2 36 132 9 2A
Octal 165 142 163 0 20 2 66 462 11 52
Binary 1110101 1100010 1110011 0 10000 10 110110 100110010 1001 101010

Color Harmonies of #756273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756273

Black with #756273

Text Example


Text Example

White with #756273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756273; }

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

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

background-color css

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

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

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

border-color css

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

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

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