Html Css Color HEX #8A827F Hurricane

📋 copy color: '#8A827F'

red 138 ◦ green 130 ◦ blue 127

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

Shades of Hurricane #8A827F

Tints of Hurricane #8A827F

RGB

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

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

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

R = 34.94%
G = 32.91%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A827F (or 0x8A827F) is known color: Hurricane. HEX triplet: 8A, 82 and 7F. RGB value is (138,130,127). Sum of RGB (Red+Green+Blue) = 138+130+127=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A827F is #757D80. Grayscale: #848484. Windows color (decimal): -7699841 or 8356490. OLE color: 8356490.

HSL color Cylindrical-coordinate representation of color #8A827F: hue angle of 16.36º 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 #8A827F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 127 -
CMYK 0 0.06 0.08 0.46
HSL 16.36º 0.04% 0.52% -
HSV(B) 16.36º 0.08% 0.54% -
XYZ 22.29 22.9 23.32 -
YUV 132.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 138 130 127 0 0.06 0.08 0.46 16.36 0.04 0.52
Hex 8A 82 7F 0 6 8 2E 10 4 34
Octal 212 202 177 0 6 10 56 20 4 64
Binary 10001010 10000010 1111111 0 110 1000 101110 10000 100 110100

Color Harmonies of #8A827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A827F

Black with #8A827F

Text Example


Text Example

White with #8A827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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