Html Css Color HEX #746375 Old Lavender

📋 copy color: '#746375'

red 116 ◦ green 99 ◦ blue 117

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

Shades of Old Lavender #746375

Tints of Old Lavender #746375

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 116 99 117 -
CMYK 0.01 0.15 0 0.54
HSL 296.67º 0.08% 0.42% -
HSV(B) 296.67º 0.15% 0.46% -
XYZ 14.88 13.92 18.73 -
YUV 106.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 116 99 117 0.01 0.15 0 0.54 296.67 0.08 0.42
Hex 74 63 75 1 F 0 36 129 8 2A
Octal 164 143 165 1 17 0 66 451 10 52
Binary 1110100 1100011 1110101 1 1111 0 110110 100101001 1000 101010

Color Harmonies of #746375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746375

Black with #746375

Text Example


Text Example

White with #746375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746375; }

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

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

background-color css

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

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

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

border-color css

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

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

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