Html Css Color HEX #756373 Old Lavender

📋 copy color: '#756373'

red 117 ◦ green 99 ◦ blue 115

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

Shades of Old Lavender #756373

Tints of Old Lavender #756373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 35.35%
G = 29.91%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756373 (or 0x756373) is known color: Old Lavender. HEX triplet: 75, 63 and 73. RGB value is (117,99,115). Sum of RGB (Red+Green+Blue) = 117+99+115=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756373 is #8A9C8C. Grayscale: #6A6A6A. Windows color (decimal): -9084045 or 7562101. OLE color: 7562101.

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

Color convert

RGB 117 99 115 -
CMYK 0 0.15 0.02 0.54
HSL 306.67º 0.08% 0.42% -
HSV(B) 306.67º 0.15% 0.46% -
XYZ 14.89 13.94 18.13 -
YUV 106.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 117 99 115 0 0.15 0.02 0.54 306.67 0.08 0.42
Hex 75 63 73 0 F 2 36 133 8 2A
Octal 165 143 163 0 17 2 66 463 10 52
Binary 1110101 1100011 1110011 0 1111 10 110110 100110011 1000 101010

Color Harmonies of #756373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756373

Black with #756373

Text Example


Text Example

White with #756373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756373; }

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

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

background-color css

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

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

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

border-color css

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

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

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