Html Css Color HEX #827873 Hurricane

📋 copy color: '#827873'

red 130 ◦ green 120 ◦ blue 115

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

Shades of Hurricane #827873

Tints of Hurricane #827873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 35.62%
G = 32.88%
B = 31.51%

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

#827873 (or 0x827873) is known color: Hurricane. HEX triplet: 82, 78 and 73. RGB value is (130,120,115). Sum of RGB (Red+Green+Blue) = 130+120+115=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827873 is #7D878C. Grayscale: #7A7A7A. Windows color (decimal): -8226701 or 7567490. OLE color: 7567490.

HSL color Cylindrical-coordinate representation of color #827873: hue angle of 20º 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 #827873 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 115 -
CMYK 0 0.08 0.12 0.49
HSL 20º 0.06% 0.48% -
HSV(B) 20º 0.12% 0.51% -
XYZ 19.02 19.42 18.97 -
YUV 122.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 130 120 115 0 0.08 0.12 0.49 20 0.06 0.48
Hex 82 78 73 0 8 C 31 14 6 30
Octal 202 170 163 0 10 14 61 24 6 60
Binary 10000010 1111000 1110011 0 1000 1100 110001 10100 110 110000

Color Harmonies of #827873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827873

Black with #827873

Text Example


Text Example

White with #827873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827873; }

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

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

background-color css

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

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

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

border-color css

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

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

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