Html Css Color HEX #756374 Old Lavender

📋 copy color: '#756374'

red 117 ◦ green 99 ◦ blue 116

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

Shades of Old Lavender #756374

Tints of Old Lavender #756374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 35.24%
G = 29.82%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756374 (or 0x756374) is known color: Old Lavender. HEX triplet: 75, 63 and 74. RGB value is (117,99,116). Sum of RGB (Red+Green+Blue) = 117+99+116=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756374 is #8A9C8B. Grayscale: #6A6A6A. Windows color (decimal): -9084044 or 7627637. OLE color: 7627637.

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

Color convert

RGB 117 99 116 -
CMYK 0 0.15 0.01 0.54
HSL 303.33º 0.08% 0.42% -
HSV(B) 303.33º 0.15% 0.46% -
XYZ 14.95 13.97 18.43 -
YUV 106.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 117 99 116 0 0.15 0.01 0.54 303.33 0.08 0.42
Hex 75 63 74 0 F 1 36 12F 8 2A
Octal 165 143 164 0 17 1 66 457 10 52
Binary 1110101 1100011 1110100 0 1111 1 110110 100101111 1000 101010

Color Harmonies of #756374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756374

Black with #756374

Text Example


Text Example

White with #756374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756374; }

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

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

background-color css

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

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

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

border-color css

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

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

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