Html Css Color HEX #827773 Hurricane

📋 copy color: '#827773'

red 130 ◦ green 119 ◦ blue 115

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

Shades of Hurricane #827773

Tints of Hurricane #827773

RGB

 RED value IS 130 (51.17% from 255) = 35.71%

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 35.71%
G = 32.69%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827773 (or 0x827773) is known color: Hurricane. HEX triplet: 82, 77 and 73. RGB value is (130,119,115). Sum of RGB (Red+Green+Blue) = 130+119+115=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827773 is #7D888C. Grayscale: #797979. Windows color (decimal): -8226957 or 7567234. OLE color: 7567234.

HSL color Cylindrical-coordinate representation of color #827773: hue angle of 16º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827773 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 115 -
CMYK 0 0.08 0.12 0.49
HSL 16º 0.06% 0.48% -
HSV(B) 16º 0.12% 0.51% -
XYZ 18.9 19.18 18.93 -
YUV 121.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 130 119 115 0 0.08 0.12 0.49 16 0.06 0.48
Hex 82 77 73 0 8 C 31 10 6 30
Octal 202 167 163 0 10 14 61 20 6 60
Binary 10000010 1110111 1110011 0 1000 1100 110001 10000 110 110000

Color Harmonies of #827773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827773

Black with #827773

Text Example


Text Example

White with #827773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827773; }

 p { color: rgb(130,119,115); }

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

background-color css

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

 a { background-color: rgb(130,119,115); }

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

border-color css

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

 span { border-color: rgb(130,119,115); }

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