#7C7C68

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

Shades of Tapa #7C7C68

Tints of Tapa #7C7C68

Color information

#7C7C68 (or 0x7C7C68) is unknown color: approx Tapa. HEX triplet: 7C, 7C and 68. RGB value is (124,124,104). Sum of RGB (Red+Green+Blue) = 124+124+104=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C68 is #838397. Grayscale: #797979. Windows color (decimal): -8618904 or 6847612. OLE color: 6847612.

HSL color Cylindrical-coordinate representation of color #7C7C68: hue angle of 60º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7C68 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB124124104-
CMYK000.160.51
HSL60º8.77%44.71%-
HSV(B)60º16.13%48.63%-
XYZ18.0219.715.95-
YUV121.72118129.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=35.23%
G=35.23%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124124104000.160.51608.7744.71
Hex7C7C680010333c92d
Octal174174150002063741155
Binary11111001111100110100000100001100111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,124,104); }

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

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

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

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

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

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

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