#75766C

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

Shades of Tapa #75766C

Tints of Tapa #75766C

Color information

#75766C (or 0x75766C) is unknown color: approx Tapa. HEX triplet: 75, 76 and 6C. RGB value is (117,118,108). Sum of RGB (Red+Green+Blue) = 117+118+108=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #75766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766C is #8A8993. Grayscale: #747474. Windows color (decimal): -9079188 or 7108213. OLE color: 7108213.

HSL color Cylindrical-coordinate representation of color #75766C: hue angle of 66º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75766C is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB117118108-
CMYK0.0100.080.54
HSL66º4.42%44.31%-
HSV(B)66º8.47%46.27%-
XYZ16.5217.8216.76-
YUV116.56123.17128.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=34.11%
G=34.40%
B=31.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171181080.0100.080.54664.4244.31
Hex75766C108364242c
Octal165166154101066102454
Binary1110101111011011011001010001101101000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75766C; }

 p { color: rgb(117,118,108); }

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

<style>
 a { background-color: #75766C; }

 a { background-color: rgb(117,118,108); }

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

<style>
 span { border-color: #75766C; }

 span { border-color: rgb(117,118,108); }

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