Html Css Color HEX #746275 Old Lavender

📋 copy color: '#746275'

red 116 ◦ green 98 ◦ blue 117

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

Shades of Old Lavender #746275

Tints of Old Lavender #746275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 35.05%
G = 29.61%
B = 35.35%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746275 (or 0x746275) is known color: Old Lavender. HEX triplet: 74, 62 and 75. RGB value is (116,98,117). Sum of RGB (Red+Green+Blue) = 116+98+117=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #746275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746275 is #8B9D8A. Grayscale: #696969. Windows color (decimal): -9149835 or 7692916. OLE color: 7692916.

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

Color convert

RGB 116 98 117 -
CMYK 0.01 0.16 0 0.54
HSL 296.84º 0.09% 0.42% -
HSV(B) 296.84º 0.16% 0.46% -
XYZ 14.78 13.73 18.7 -
YUV 105.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 116 98 117 0.01 0.16 0 0.54 296.84 0.09 0.42
Hex 74 62 75 1 10 0 36 129 9 2A
Octal 164 142 165 1 20 0 66 451 11 52
Binary 1110100 1100010 1110101 1 10000 0 110110 100101001 1001 101010

Color Harmonies of #746275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746275

Black with #746275

Text Example


Text Example

White with #746275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746275; }

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

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

background-color css

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

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

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

border-color css

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

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

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