Html Css Color HEX #747470 Tapa

📋 copy color: '#747470'

red 116 ◦ green 116 ◦ blue 112

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

Shades of Tapa #747470

Tints of Tapa #747470

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#747470 (or 0x747470) is known color: Tapa. HEX triplet: 74, 74 and 70. RGB value is (116,116,112). Sum of RGB (Red+Green+Blue) = 116+116+112=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747470 is #8B8B8F. Grayscale: #737373. Windows color (decimal): -9145232 or 7369844. OLE color: 7369844.

HSL color Cylindrical-coordinate representation of color #747470: hue angle of 60º 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 #747470 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 112 -
CMYK 0 0 0.03 0.55
HSL 60º 0.02% 0.45% -
HSV(B) 60º 0.03% 0.45% -
XYZ 16.37 17.37 17.82 -
YUV 115.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 116 116 112 0 0 0.03 0.55 60 0.02 0.45
Hex 74 74 70 0 0 3 37 3C 2 2D
Octal 164 164 160 0 0 3 67 74 2 55
Binary 1110100 1110100 1110000 0 0 11 110111 111100 10 101101

Color Harmonies of #747470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747470

Black with #747470

Text Example


Text Example

White with #747470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747470; }

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

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

background-color css

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

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

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

border-color css

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

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

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