Html Css Color HEX #746874 Old Lavender

📋 copy color: '#746874'

red 116 ◦ green 104 ◦ blue 116

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

Shades of Old Lavender #746874

Tints of Old Lavender #746874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 34.52%
G = 30.95%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#746874 (or 0x746874) is known color: Old Lavender. HEX triplet: 74, 68 and 74. RGB value is (116,104,116). Sum of RGB (Red+Green+Blue) = 116+104+116=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746874 is #8B978B. Grayscale: #6C6C6C. Windows color (decimal): -9148300 or 7628916. OLE color: 7628916.

HSL color Cylindrical-coordinate representation of color #746874: 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.1%. Process color model (Four color, CMYK) of #746874 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 116 -
CMYK 0 0.10 0 0.55
HSL 300º 0.05% 0.43% -
HSV(B) 300º 0.1% 0.45% -
XYZ 15.31 14.87 18.59 -
YUV 108.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 116 104 116 0 0.10 0 0.55 300 0.05 0.43
Hex 74 68 74 0 A 0 37 12C 5 2B
Octal 164 150 164 0 12 0 67 454 5 53
Binary 1110100 1101000 1110100 0 1010 0 110111 100101100 101 101011

Color Harmonies of #746874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746874

Black with #746874

Text Example


Text Example

White with #746874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746874; }

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

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

background-color css

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

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

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

border-color css

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

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

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