#7C7B71

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

Shades of Tapa #7C7B71

Tints of Tapa #7C7B71

Color information

#7C7B71 (or 0x7C7B71) is unknown color: approx Tapa. HEX triplet: 7C, 7B and 71. RGB value is (124,123,113). Sum of RGB (Red+Green+Blue) = 124+123+113=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B71 is #83848E. Grayscale: #7A7A7A. Windows color (decimal): -8619151 or 7437180. OLE color: 7437180.

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

Color convert

RGB124123113-
CMYK00.010.090.51
HSL54.55º4.64%46.47%-
HSV(B)54.55º8.87%48.63%-
XYZ18.3819.6418.45-
YUV122.16122.83129.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=34.44%
G=34.17%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412311300.010.090.5154.554.6446.47
Hex7C7B71019333752e
Octal17417316101116367556
Binary111110011110111110001011001110011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,113); }

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

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

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

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

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

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

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