Html Css Color HEX #827876 Hurricane

📋 copy color: '#827876'

red 130 ◦ green 120 ◦ blue 118

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

Shades of Hurricane #827876

Tints of Hurricane #827876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 35.33%
G = 32.61%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#827876 (or 0x827876) is known color: Hurricane. HEX triplet: 82, 78 and 76. RGB value is (130,120,118). Sum of RGB (Red+Green+Blue) = 130+120+118=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827876 is #7D8789. Grayscale: #7A7A7A. Windows color (decimal): -8226698 or 7764098. OLE color: 7764098.

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

Color convert

RGB 130 120 118 -
CMYK 0 0.08 0.09 0.49
HSL 10º 0.05% 0.49% -
HSV(B) 10º 0.09% 0.51% -
XYZ 19.19 19.49 19.89 -
YUV 122.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 130 120 118 0 0.08 0.09 0.49 10 0.05 0.49
Hex 82 78 76 0 8 9 31 A 5 31
Octal 202 170 166 0 10 11 61 12 5 61
Binary 10000010 1111000 1110110 0 1000 1001 110001 1010 101 110001

Color Harmonies of #827876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827876

Black with #827876

Text Example


Text Example

White with #827876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827876; }

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

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

background-color css

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

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

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

border-color css

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

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

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