Html Css Color HEX #8D7E74 Hurricane

📋 copy color: '#8D7E74'

red 141 ◦ green 126 ◦ blue 116

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

Shades of Hurricane #8D7E74

Tints of Hurricane #8D7E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 36.81%
G = 32.9%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D7E74 (or 0x8D7E74) is known color: Hurricane. HEX triplet: 8D, 7E and 74. RGB value is (141,126,116). Sum of RGB (Red+Green+Blue) = 141+126+116=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E74 is #72818B. Grayscale: #818181. Windows color (decimal): -7504268 or 7634573. OLE color: 7634573.

HSL color Cylindrical-coordinate representation of color #8D7E74: hue angle of 24º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7E74 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 126 116 -
CMYK 0 0.11 0.18 0.45
HSL 24º 0.1% 0.5% -
HSV(B) 24º 0.18% 0.55% -
XYZ 21.6 21.85 19.6 -
YUV 129.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 141 126 116 0 0.11 0.18 0.45 24 0.1 0.5
Hex 8D 7E 74 0 B 12 2D 18 A 32
Octal 215 176 164 0 13 22 55 30 12 62
Binary 10001101 1111110 1110100 0 1011 10010 101101 11000 1010 110010

Color Harmonies of #8D7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7E74

Black with #8D7E74

Text Example


Text Example

White with #8D7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,126,116); }

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

background-color css

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

 a { background-color: rgb(141,126,116); }

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

border-color css

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

 span { border-color: rgb(141,126,116); }

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