#766871

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

Shades of Monsoon #766871

Tints of Monsoon #766871

Color information

#766871 (or 0x766871) is unknown color: approx Monsoon. HEX triplet: 76, 68 and 71. RGB value is (118,104,113). Sum of RGB (Red+Green+Blue) = 118+104+113=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766871 is #89978E. Grayscale: #6D6D6D. Windows color (decimal): -9017231 or 7432310. OLE color: 7432310.

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

Color convert

RGB118104113-
CMYK00.120.040.54
HSL321.43º6.31%43.53%-
HSV(B)321.43º11.86%46.27%-
XYZ15.414.9417.7-
YUV109.21130.14134.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=35.22%
G=31.04%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411300.120.040.54321.436.3143.53
Hex7668710C43614162c
Octal166150161014466501654
Binary11101101101000111000101100100110110101000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766871; }

 p { color: rgb(118,104,113); }

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

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

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

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

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

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

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