Html Css Color HEX #807572 Hurricane

📋 copy color: '#807572'

red 128 ◦ green 117 ◦ blue 114

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

Shades of Hurricane #807572

Tints of Hurricane #807572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 35.65%
G = 32.59%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#807572 (or 0x807572) is known color: Hurricane. HEX triplet: 80, 75 and 72. RGB value is (128,117,114). Sum of RGB (Red+Green+Blue) = 128+117+114=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807572 is #7F8A8D. Grayscale: #777777. Windows color (decimal): -8358542 or 7501184. OLE color: 7501184.

HSL color Cylindrical-coordinate representation of color #807572: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807572 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 114 -
CMYK 0 0.09 0.11 0.50
HSL 12.86º 0.06% 0.47% -
HSV(B) 12.86º 0.11% 0.5% -
XYZ 18.3 18.53 18.53 -
YUV 119.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 128 117 114 0 0.09 0.11 0.50 12.86 0.06 0.47
Hex 80 75 72 0 9 B 32 D 6 2F
Octal 200 165 162 0 11 13 62 15 6 57
Binary 10000000 1110101 1110010 0 1001 1011 110010 1101 110 101111

Color Harmonies of #807572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807572

Black with #807572

Text Example


Text Example

White with #807572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807572; }

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

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

background-color css

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

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

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

border-color css

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

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

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