Html Css Color HEX #746974 Old Lavender

📋 copy color: '#746974'

red 116 ◦ green 105 ◦ blue 116

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

Shades of Old Lavender #746974

Tints of Old Lavender #746974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 34.42%
G = 31.16%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#746974 (or 0x746974) is known color: Old Lavender. HEX triplet: 74, 69 and 74. RGB value is (116,105,116). Sum of RGB (Red+Green+Blue) = 116+105+116=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746974 is #8B968B. Grayscale: #6D6D6D. Windows color (decimal): -9148044 or 7629172. OLE color: 7629172.

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

Color convert

RGB 116 105 116 -
CMYK 0 0.09 0 0.55
HSL 300º 0.05% 0.43% -
HSV(B) 300º 0.09% 0.45% -
XYZ 15.41 15.08 18.62 -
YUV 109.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 116 105 116 0 0.09 0 0.55 300 0.05 0.43
Hex 74 69 74 0 9 0 37 12C 5 2B
Octal 164 151 164 0 11 0 67 454 5 53
Binary 1110100 1101001 1110100 0 1001 0 110111 100101100 101 101011

Color Harmonies of #746974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746974

Black with #746974

Text Example


Text Example

White with #746974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746974; }

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

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

background-color css

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

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

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

border-color css

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

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

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