Html Css Color HEX #746274 Old Lavender

📋 copy color: '#746274'

red 116 ◦ green 98 ◦ blue 116

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

Shades of Old Lavender #746274

Tints of Old Lavender #746274

RGB

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

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

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

R = 35.15%
G = 29.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#746274 (or 0x746274) is known color: Old Lavender. HEX triplet: 74, 62 and 74. RGB value is (116,98,116). Sum of RGB (Red+Green+Blue) = 116+98+116=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746274 is #8B9D8B. Grayscale: #696969. Windows color (decimal): -9149836 or 7627380. OLE color: 7627380.

HSL color Cylindrical-coordinate representation of color #746274: hue angle of 300º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746274 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 116 -
CMYK 0 0.16 0 0.55
HSL 300º 0.08% 0.42% -
HSV(B) 300º 0.16% 0.45% -
XYZ 14.72 13.71 18.39 -
YUV 105.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 116 98 116 0 0.16 0 0.55 300 0.08 0.42
Hex 74 62 74 0 10 0 37 12C 8 2A
Octal 164 142 164 0 20 0 67 454 10 52
Binary 1110100 1100010 1110100 0 10000 0 110111 100101100 1000 101010

Color Harmonies of #746274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746274

Black with #746274

Text Example


Text Example

White with #746274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746274; }

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

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

background-color css

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

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

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

border-color css

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

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

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