#757670

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

Shades of Tapa #757670

Tints of Tapa #757670

Color information

#757670 (or 0x757670) is unknown color: approx Tapa. HEX triplet: 75, 76 and 70. RGB value is (117,118,112). Sum of RGB (Red+Green+Blue) = 117+118+112=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 118 - color contains mainly: green. Hex color #757670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757670 is #8A898F. Grayscale: #757575. Windows color (decimal): -9079184 or 7370357. OLE color: 7370357.

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

Color convert

RGB117118112-
CMYK0.0100.050.54
HSL70º2.61%45.1%-
HSV(B)70º5.08%46.27%-
XYZ16.7417.9117.9-
YUV117.02125.17127.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=33.72%
G=34.01%
B=32.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171181120.0100.050.54702.6145.1
Hex757670105364632d
Octal16516616010566106355
Binary11101011110110111000010101110110100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757670; }

 p { color: rgb(117,118,112); }

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

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

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

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

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

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

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