Html Css Color HEX #747374 Old Lavender

📋 copy color: '#747374'

red 116 ◦ green 115 ◦ blue 116

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

Shades of Old Lavender #747374

Tints of Old Lavender #747374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#747374 (or 0x747374) is known color: Old Lavender. HEX triplet: 74, 73 and 74. RGB value is (116,115,116). Sum of RGB (Red+Green+Blue) = 116+115+116=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747374 is #8B8C8B. Grayscale: #737373. Windows color (decimal): -9145484 or 7631732. OLE color: 7631732.

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

Color convert

RGB 116 115 116 -
CMYK 0 0.01 0 0.55
HSL 300º 0% 0.45% -
HSV(B) 300º 0.01% 0.45% -
XYZ 16.49 17.24 18.98 -
YUV 115.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 116 115 116 0 0.01 0 0.55 300 0 0.45
Hex 74 73 74 0 1 0 37 12C 0 2D
Octal 164 163 164 0 1 0 67 454 0 55
Binary 1110100 1110011 1110100 0 1 0 110111 100101100 0 101101

Color Harmonies of #747374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747374

Black with #747374

Text Example


Text Example

White with #747374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747374; }

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

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

background-color css

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

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

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

border-color css

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

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

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