Html Css Color HEX #80677A Monsoon

📋 copy color: '#80677A'

red 128 ◦ green 103 ◦ blue 122

#80677A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #80677A

Tints of Monsoon #80677A

RGB

 RED value IS 128 (50.39% from 255) = 36.26%

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 36.26%
G = 29.18%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80677A (or 0x80677A) is known color: Monsoon. HEX triplet: 80, 67 and 7A. RGB value is (128,103,122). Sum of RGB (Red+Green+Blue) = 128+103+122=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80677A is #7F9885. Grayscale: #707070. Windows color (decimal): -8362118 or 8021888. OLE color: 8021888.

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

Color convert

RGB 128 103 122 -
CMYK 0 0.20 0.05 0.50
HSL 314.4º 0.11% 0.45% -
HSV(B) 314.4º 0.2% 0.5% -
XYZ 17.27 15.69 20.53 -
YUV 112.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 128 103 122 0 0.20 0.05 0.50 314.4 0.11 0.45
Hex 80 67 7A 0 14 5 32 13A B 2D
Octal 200 147 172 0 24 5 62 472 13 55
Binary 10000000 1100111 1111010 0 10100 101 110010 100111010 1011 101101

Color Harmonies of #80677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80677A

Black with #80677A

Text Example


Text Example

White with #80677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80677A; }

 p { color: rgb(128,103,122); }

 H1.HeaderClassName
 {
   color: #80677A;
 }
 .AnyTagClassName
 {
   color: #80677A;
 }
</style>

background-color css

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

 a { background-color: rgb(128,103,122); }

 div.DivClassName
 {
   background-color: #80677A;
 }
 .BgClassName
 {
   background-color: #80677A;
 }
</style>

border-color css

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

 span { border-color: rgb(128,103,122); }

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