Html Css Color HEX #84766F Hurricane

📋 copy color: '#84766F'

red 132 ◦ green 118 ◦ blue 111

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

Shades of Hurricane #84766F

Tints of Hurricane #84766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 36.57%
G = 32.69%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84766F (or 0x84766F) is known color: Hurricane. HEX triplet: 84, 76 and 6F. RGB value is (132,118,111). Sum of RGB (Red+Green+Blue) = 132+118+111=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84766F is #7B8990. Grayscale: #797979. Windows color (decimal): -8096145 or 7304836. OLE color: 7304836.

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

Color convert

RGB 132 118 111 -
CMYK 0 0.11 0.16 0.48
HSL 20º 0.09% 0.48% -
HSV(B) 20º 0.16% 0.52% -
XYZ 18.86 19.01 17.71 -
YUV 121.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 132 118 111 0 0.11 0.16 0.48 20 0.09 0.48
Hex 84 76 6F 0 B 10 30 14 9 30
Octal 204 166 157 0 13 20 60 24 11 60
Binary 10000100 1110110 1101111 0 1011 10000 110000 10100 1001 110000

Color Harmonies of #84766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84766F

Black with #84766F

Text Example


Text Example

White with #84766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,118,111); }

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

background-color css

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

 a { background-color: rgb(132,118,111); }

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

border-color css

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

 span { border-color: rgb(132,118,111); }

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