#737370

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

Shades of Tapa #737370

Tints of Tapa #737370

Color information

#737370 (or 0x737370) is unknown color: approx Tapa. HEX triplet: 73, 73 and 70. RGB value is (115,115,112). Sum of RGB (Red+Green+Blue) = 115+115+112=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737370 is #8C8C8F. Grayscale: #727272. Windows color (decimal): -9211024 or 7369587. OLE color: 7369587.

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

Color convert

RGB115115112-
CMYK000.030.55
HSL60º1.32%44.51%-
HSV(B)60º2.61%45.1%-
XYZ16.1317.0817.78-
YUV114.66126.5128.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=33.63%
G=33.63%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115115112000.030.55601.3244.51
Hex737370003373c12d
Octal1631631600036774155
Binary11100111110011111000000111101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737370; }

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

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

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

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

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

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

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

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