Html Css Color HEX #747074 Old Lavender

📋 copy color: '#747074'

red 116 ◦ green 112 ◦ blue 116

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

Shades of Old Lavender #747074

Tints of Old Lavender #747074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 33.72%
G = 32.56%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#747074 (or 0x747074) is known color: Old Lavender. HEX triplet: 74, 70 and 74. RGB value is (116,112,116). Sum of RGB (Red+Green+Blue) = 116+112+116=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747074 is #8B8F8B. Grayscale: #717171. Windows color (decimal): -9146252 or 7630964. OLE color: 7630964.

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

Color convert

RGB 116 112 116 -
CMYK 0 0.03 0 0.55
HSL 300º 0.02% 0.45% -
HSV(B) 300º 0.03% 0.45% -
XYZ 16.15 16.56 18.87 -
YUV 113.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 116 112 116 0 0.03 0 0.55 300 0.02 0.45
Hex 74 70 74 0 3 0 37 12C 2 2D
Octal 164 160 164 0 3 0 67 454 2 55
Binary 1110100 1110000 1110100 0 11 0 110111 100101100 10 101101

Color Harmonies of #747074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747074

Black with #747074

Text Example


Text Example

White with #747074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747074; }

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

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

background-color css

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

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

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

border-color css

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

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

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