Html Css Color HEX #807775 Hurricane

📋 copy color: '#807775'

red 128 ◦ green 119 ◦ blue 117

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

Shades of Hurricane #807775

Tints of Hurricane #807775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 35.16%
G = 32.69%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#807775 (or 0x807775) is known color: Hurricane. HEX triplet: 80, 77 and 75. RGB value is (128,119,117). Sum of RGB (Red+Green+Blue) = 128+119+117=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 128 - color contains mainly: red. Hex color #807775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807775 is #7F888A. Grayscale: #797979. Windows color (decimal): -8358027 or 7698304. OLE color: 7698304.

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

Color convert

RGB 128 119 117 -
CMYK 0 0.07 0.09 0.50
HSL 10.91º 0.04% 0.48% -
HSV(B) 10.91º 0.09% 0.5% -
XYZ 18.71 19.07 19.52 -
YUV 121.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 128 119 117 0 0.07 0.09 0.50 10.91 0.04 0.48
Hex 80 77 75 0 7 9 32 B 4 30
Octal 200 167 165 0 7 11 62 13 4 60
Binary 10000000 1110111 1110101 0 111 1001 110010 1011 100 110000

Color Harmonies of #807775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807775

Black with #807775

Text Example


Text Example

White with #807775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807775; }

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

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

background-color css

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

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

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

border-color css

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

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

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