Html Css Color HEX #84817F Hurricane

📋 copy color: '#84817F'

red 132 ◦ green 129 ◦ blue 127

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

Shades of Hurricane #84817F

Tints of Hurricane #84817F

RGB

 RED value IS 132 (51.95% from 255) = 34.02%

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 34.02%
G = 33.25%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84817F (or 0x84817F) is known color: Hurricane. HEX triplet: 84, 81 and 7F. RGB value is (132,129,127). Sum of RGB (Red+Green+Blue) = 132+129+127=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 132 - color contains mainly: red. Hex color #84817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817F is #7B7E80. Grayscale: #818181. Windows color (decimal): -8093313 or 8356228. OLE color: 8356228.

HSL color Cylindrical-coordinate representation of color #84817F: hue angle of 24º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #84817F is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 127 -
CMYK 0 0.02 0.04 0.48
HSL 24º 0.02% 0.51% -
HSV(B) 24º 0.04% 0.52% -
XYZ 21.2 22.14 23.23 -
YUV 129.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 132 129 127 0 0.02 0.04 0.48 24 0.02 0.51
Hex 84 81 7F 0 2 4 30 18 2 33
Octal 204 201 177 0 2 4 60 30 2 63
Binary 10000100 10000001 1111111 0 10 100 110000 11000 10 110011

Color Harmonies of #84817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84817F

Black with #84817F

Text Example


Text Example

White with #84817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84817F; }

 p { color: rgb(132,129,127); }

 H1.HeaderClassName
 {
   color: #84817F;
 }
 .AnyTagClassName
 {
   color: #84817F;
 }
</style>

background-color css

<style>
 a { background-color: #84817F; }

 a { background-color: rgb(132,129,127); }

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

border-color css

<style>
 span { border-color: #84817F; }

 span { border-color: rgb(132,129,127); }

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