Html Css Color HEX #757670 Tapa

📋 copy color: '#757670'

red 117 ◦ green 118 ◦ blue 112

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

Shades of Tapa #757670

Tints of Tapa #757670

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 value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#757670 (or 0x757670) is known color: 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

RGB 117 118 112 -
CMYK 0.01 0 0.05 0.54
HSL 70º 0.03% 0.45% -
HSV(B) 70º 0.05% 0.46% -
XYZ 16.74 17.91 17.9 -
YUV 117.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 117 118 112 0.01 0 0.05 0.54 70 0.03 0.45
Hex 75 76 70 1 0 5 36 46 3 2D
Octal 165 166 160 1 0 5 66 106 3 55
Binary 1110101 1110110 1110000 1 0 101 110110 1000110 11 101101

Color Harmonies of #757670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757670

Black with #757670

Text Example


Text Example

White with #757670

Text Example


Text Example

HTML Codes & Css Web 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>