#81677B

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

Shades of Monsoon #81677B

Tints of Monsoon #81677B

Color information

#81677B (or 0x81677B) is unknown color: approx Monsoon. HEX triplet: 81, 67 and 7B. RGB value is (129,103,123). Sum of RGB (Red+Green+Blue) = 129+103+123=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677B is #7E9884. Grayscale: #717171. Windows color (decimal): -8296581 or 8087425. OLE color: 8087425.

HSL color Cylindrical-coordinate representation of color #81677B: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81677B is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129103123-
CMYK00.200.050.49
HSL313.85º11.21%45.49%-
HSV(B)313.85º20.16%50.59%-
XYZ17.4815.820.87-
YUV113.05133.61139.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=36.34%
G=29.01%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910312300.200.050.49313.8511.2145.49
Hex81677B01453113ab2d
Octal2011471730245614721355
Binary10000001110011111110110101001011100011001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81677B; }

 p { color: rgb(129,103,123); }

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

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

 a { background-color: rgb(129,103,123); }

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

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

 span { border-color: rgb(129,103,123); }

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