Html Css Color HEX #8A837E Hurricane

📋 copy color: '#8A837E'

red 138 ◦ green 131 ◦ blue 126

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

Shades of Hurricane #8A837E

Tints of Hurricane #8A837E

RGB

 RED value IS 138 (54.3% from 255) = 34.94%

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 34.94%
G = 33.16%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A837E (or 0x8A837E) is known color: Hurricane. HEX triplet: 8A, 83 and 7E. RGB value is (138,131,126). Sum of RGB (Red+Green+Blue) = 138+131+126=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A837E is #757C81. Grayscale: #848484. Windows color (decimal): -7699586 or 8291210. OLE color: 8291210.

HSL color Cylindrical-coordinate representation of color #8A837E: hue angle of 25º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A837E is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 126 -
CMYK 0 0.05 0.09 0.46
HSL 25º 0.05% 0.52% -
HSV(B) 25º 0.09% 0.54% -
XYZ 22.36 23.14 23.03 -
YUV 132.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 138 131 126 0 0.05 0.09 0.46 25 0.05 0.52
Hex 8A 83 7E 0 5 9 2E 19 5 34
Octal 212 203 176 0 5 11 56 31 5 64
Binary 10001010 10000011 1111110 0 101 1001 101110 11001 101 110100

Color Harmonies of #8A837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A837E

Black with #8A837E

Text Example


Text Example

White with #8A837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,126); }

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

background-color css

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

 a { background-color: rgb(138,131,126); }

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

border-color css

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

 span { border-color: rgb(138,131,126); }

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