Html Css Color HEX #8D827C Hurricane

📋 copy color: '#8D827C'

red 141 ◦ green 130 ◦ blue 124

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

Shades of Hurricane #8D827C

Tints of Hurricane #8D827C

RGB

 RED value IS 141 (55.47% from 255) = 35.7%

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 35.7%
G = 32.91%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D827C (or 0x8D827C) is known color: Hurricane. HEX triplet: 8D, 82 and 7C. RGB value is (141,130,124). Sum of RGB (Red+Green+Blue) = 141+130+124=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D827C is #727D83. Grayscale: #848484. Windows color (decimal): -7503236 or 8159885. OLE color: 8159885.

HSL color Cylindrical-coordinate representation of color #8D827C: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D827C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 130 124 -
CMYK 0 0.08 0.12 0.45
HSL 21.18º 0.07% 0.52% -
HSV(B) 21.18º 0.12% 0.55% -
XYZ 22.61 23.08 22.33 -
YUV 132.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 141 130 124 0 0.08 0.12 0.45 21.18 0.07 0.52
Hex 8D 82 7C 0 8 C 2D 15 7 34
Octal 215 202 174 0 10 14 55 25 7 64
Binary 10001101 10000010 1111100 0 1000 1100 101101 10101 111 110100

Color Harmonies of #8D827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D827C

Black with #8D827C

Text Example


Text Example

White with #8D827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D827C; }

 p { color: rgb(141,130,124); }

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

background-color css

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

 a { background-color: rgb(141,130,124); }

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

border-color css

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

 span { border-color: rgb(141,130,124); }

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