Html Css Color HEX #806675 Monsoon

📋 copy color: '#806675'

red 128 ◦ green 102 ◦ blue 117

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

Shades of Monsoon #806675

Tints of Monsoon #806675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 36.89%
G = 29.39%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#806675 (or 0x806675) is known color: Monsoon. HEX triplet: 80, 66 and 75. RGB value is (128,102,117). Sum of RGB (Red+Green+Blue) = 128+102+117=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806675 is #7F998A. Grayscale: #6F6F6F. Windows color (decimal): -8362379 or 7693952. OLE color: 7693952.

HSL color Cylindrical-coordinate representation of color #806675: hue angle of 325.38º 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 #806675 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 117 -
CMYK 0 0.20 0.09 0.50
HSL 325.38º 0.11% 0.45% -
HSV(B) 325.38º 0.2% 0.5% -
XYZ 16.86 15.38 18.91 -
YUV 111.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 128 102 117 0 0.20 0.09 0.50 325.38 0.11 0.45
Hex 80 66 75 0 14 9 32 145 B 2D
Octal 200 146 165 0 24 11 62 505 13 55
Binary 10000000 1100110 1110101 0 10100 1001 110010 101000101 1011 101101

Color Harmonies of #806675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806675

Black with #806675

Text Example


Text Example

White with #806675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806675; }

 p { color: rgb(128,102,117); }

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

background-color css

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

 a { background-color: rgb(128,102,117); }

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

border-color css

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

 span { border-color: rgb(128,102,117); }

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