Html Css Color HEX #756173 Old Lavender

📋 copy color: '#756173'

red 117 ◦ green 97 ◦ blue 115

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

Shades of Old Lavender #756173

Tints of Old Lavender #756173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 35.56%
G = 29.48%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756173 (or 0x756173) is known color: Old Lavender. HEX triplet: 75, 61 and 73. RGB value is (117,97,115). Sum of RGB (Red+Green+Blue) = 117+97+115=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756173 is #8A9E8C. Grayscale: #686868. Windows color (decimal): -9084557 or 7561589. OLE color: 7561589.

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

Color convert

RGB 117 97 115 -
CMYK 0 0.17 0.02 0.54
HSL 306º 0.09% 0.42% -
HSV(B) 306º 0.17% 0.46% -
XYZ 14.71 13.57 18.06 -
YUV 105.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 117 97 115 0 0.17 0.02 0.54 306 0.09 0.42
Hex 75 61 73 0 11 2 36 132 9 2A
Octal 165 141 163 0 21 2 66 462 11 52
Binary 1110101 1100001 1110011 0 10001 10 110110 100110010 1001 101010

Color Harmonies of #756173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756173

Black with #756173

Text Example


Text Example

White with #756173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756173; }

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

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

background-color css

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

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

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

border-color css

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

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

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