#737372

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

Shades of Tapa #737372

Tints of Tapa #737372

Color information

#737372 (or 0x737372) is unknown color: approx Tapa. HEX triplet: 73, 73 and 72. RGB value is (115,115,114). Sum of RGB (Red+Green+Blue) = 115+115+114=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737372 is #8C8C8D. Grayscale: #727272. Windows color (decimal): -9211022 or 7500659. OLE color: 7500659.

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

Color convert

RGB115115114-
CMYK000.010.55
HSL60º0.44%44.9%-
HSV(B)60º0.87%45.1%-
XYZ16.2417.1218.37-
YUV114.89127.5128.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=33.43%
G=33.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115115114000.010.55600.4444.9
Hex737372001373c02d
Octal1631631620016774055
Binary1110011111001111100100011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737372; }

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

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

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

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

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

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

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

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