Html Css Color HEX #8A837F Hurricane

📋 copy color: '#8A837F'

red 138 ◦ green 131 ◦ blue 127

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

Shades of Hurricane #8A837F

Tints of Hurricane #8A837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 34.85%
G = 33.08%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A837F (or 0x8A837F) is known color: Hurricane. HEX triplet: 8A, 83 and 7F. RGB value is (138,131,127). Sum of RGB (Red+Green+Blue) = 138+131+127=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A837F is #757C80. Grayscale: #848484. Windows color (decimal): -7699585 or 8356746. OLE color: 8356746.

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

Color convert

RGB 138 131 127 -
CMYK 0 0.05 0.08 0.46
HSL 21.82º 0.04% 0.52% -
HSV(B) 21.82º 0.08% 0.54% -
XYZ 22.43 23.17 23.37 -
YUV 132.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 138 131 127 0 0.05 0.08 0.46 21.82 0.04 0.52
Hex 8A 83 7F 0 5 8 2E 16 4 34
Octal 212 203 177 0 5 10 56 26 4 64
Binary 10001010 10000011 1111111 0 101 1000 101110 10110 100 110100

Color Harmonies of #8A837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A837F

Black with #8A837F

Text Example


Text Example

White with #8A837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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