Html Css Color HEX #746475 Old Lavender

📋 copy color: '#746475'

red 116 ◦ green 100 ◦ blue 117

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

Shades of Old Lavender #746475

Tints of Old Lavender #746475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 34.83%
G = 30.03%
B = 35.14%

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

#746475 (or 0x746475) is known color: Old Lavender. HEX triplet: 74, 64 and 75. RGB value is (116,100,117). Sum of RGB (Red+Green+Blue) = 116+100+117=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #746475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746475 is #8B9B8A. Grayscale: #6A6A6A. Windows color (decimal): -9149323 or 7693428. OLE color: 7693428.

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

Color convert

RGB 116 100 117 -
CMYK 0.01 0.15 0 0.54
HSL 296.47º 0.08% 0.43% -
HSV(B) 296.47º 0.15% 0.46% -
XYZ 14.97 14.11 18.76 -
YUV 106.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 116 100 117 0.01 0.15 0 0.54 296.47 0.08 0.43
Hex 74 64 75 1 F 0 36 128 8 2B
Octal 164 144 165 1 17 0 66 450 10 53
Binary 1110100 1100100 1110101 1 1111 0 110110 100101000 1000 101011

Color Harmonies of #746475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746475

Black with #746475

Text Example


Text Example

White with #746475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746475; }

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

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

background-color css

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

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

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

border-color css

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

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

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