#7C8069

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

Shades of Tapa #7C8069

Tints of Tapa #7C8069

Color information

#7C8069 (or 0x7C8069) is unknown color: approx Tapa. HEX triplet: 7C, 80 and 69. RGB value is (124,128,105). Sum of RGB (Red+Green+Blue) = 124+128+105=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8069 is #837F96. Grayscale: #7C7C7C. Windows color (decimal): -8617879 or 6914172. OLE color: 6914172.

HSL color Cylindrical-coordinate representation of color #7C8069: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C8069 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB124128105-
CMYK0.0300.180.50
HSL70.43º9.87%45.69%-
HSV(B)70.43º17.97%50.2%-
XYZ18.5820.7416.39-
YUV124.18117.17127.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=34.73%
G=35.85%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1241281050.0300.180.5070.439.8745.69
Hex7C806930123246a2e
Octal1742001513022621061256
Binary11111001000000011010011101001011001010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C8069; }

 p { color: rgb(124,128,105); }

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

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

 a { background-color: rgb(124,128,105); }

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

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

 span { border-color: rgb(124,128,105); }

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