#7D7F68

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

Shades of Tapa #7D7F68

Tints of Tapa #7D7F68

Color information

#7D7F68 (or 0x7D7F68) is unknown color: approx Tapa. HEX triplet: 7D, 7F and 68. RGB value is (125,127,104). Sum of RGB (Red+Green+Blue) = 125+127+104=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F68 is #828097. Grayscale: #7B7B7B. Windows color (decimal): -8552600 or 6848381. OLE color: 6848381.

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

Color convert

RGB125127104-
CMYK0.0200.180.50
HSL65.22º9.96%45.29%-
HSV(B)65.22º18.11%49.8%-
XYZ18.5520.5416.08-
YUV123.78116.84128.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=35.11%
G=35.67%
B=29.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251271040.0200.180.5065.229.9645.29
Hex7D7F6820123241a2d
Octal1751771502022621011255
Binary1111101111111111010001001001011001010000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,127,104); }

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

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

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

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

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

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

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