#747467

Color #747467 Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #747467

Tints of Tapa #747467

Color information

#747467 (or 0x747467) is unknown color: approx Tapa. HEX triplet: 74, 74 and 67. RGB value is (116,116,103). Sum of RGB (Red+Green+Blue) = 116+116+103=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747467 is #8B8B98. Grayscale: #727272. Windows color (decimal): -9145241 or 6780020. OLE color: 6780020.

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

Color convert

RGB116116103-
CMYK000.110.55
HSL60º5.94%42.94%-
HSV(B)60º11.21%45.49%-
XYZ15.917.1815.31-
YUV114.52121.5129.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=34.63%
G=34.63%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116116103000.110.55605.9442.94
Hex74746700B373c62b
Octal16416414700136774653
Binary111010011101001100111001011110111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747467; }

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

 H1.HeaderClassName
 {
   color: #747467;
 }
 .AnyTagClassName
 {
   color: #747467;
 }
</style>
background-color css

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

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

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

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

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

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