Html Css Color HEX #80726C Hurricane

📋 copy color: '#80726C'

red 128 ◦ green 114 ◦ blue 108

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

Shades of Hurricane #80726C

Tints of Hurricane #80726C

RGB

 RED value IS 128 (50.39% from 255) = 36.57%

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 36.57%
G = 32.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80726C (or 0x80726C) is known color: Hurricane. HEX triplet: 80, 72 and 6C. RGB value is (128,114,108). Sum of RGB (Red+Green+Blue) = 128+114+108=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726C is #7F8D93. Grayscale: #757575. Windows color (decimal): -8359316 or 7107200. OLE color: 7107200.

HSL color Cylindrical-coordinate representation of color #80726C: hue angle of 18º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80726C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 108 -
CMYK 0 0.11 0.16 0.50
HSL 18º 0.08% 0.46% -
HSV(B) 18º 0.16% 0.5% -
XYZ 17.63 17.71 16.68 -
YUV 117.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 128 114 108 0 0.11 0.16 0.50 18 0.08 0.46
Hex 80 72 6C 0 B 10 32 12 8 2E
Octal 200 162 154 0 13 20 62 22 10 56
Binary 10000000 1110010 1101100 0 1011 10000 110010 10010 1000 101110

Color Harmonies of #80726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80726C

Black with #80726C

Text Example


Text Example

White with #80726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80726C; }

 p { color: rgb(128,114,108); }

 H1.HeaderClassName
 {
   color: #80726C;
 }
 .AnyTagClassName
 {
   color: #80726C;
 }
</style>

background-color css

<style>
 a { background-color: #80726C; }

 a { background-color: rgb(128,114,108); }

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

border-color css

<style>
 span { border-color: #80726C; }

 span { border-color: rgb(128,114,108); }

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