#7C7C65

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

Shades of Tapa #7C7C65

Tints of Tapa #7C7C65

Color information

#7C7C65 (or 0x7C7C65) is unknown color: approx Tapa. HEX triplet: 7C, 7C and 65. RGB value is (124,124,101). Sum of RGB (Red+Green+Blue) = 124+124+101=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C65 is #83839A. Grayscale: #797979. Windows color (decimal): -8618907 or 6651004. OLE color: 6651004.

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

Color convert

RGB124124101-
CMYK000.190.51
HSL60º10.22%44.12%-
HSV(B)60º18.55%48.63%-
XYZ17.8719.6415.16-
YUV121.38116.5129.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=35.53%
G=35.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124124101000.190.516010.2244.12
Hex7C7C650013333ca2c
Octal174174145002363741254
Binary11111001111100110010100100111100111111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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