Html Css Color HEX #827875 Hurricane

📋 copy color: '#827875'

red 130 ◦ green 120 ◦ blue 117

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

Shades of Hurricane #827875

Tints of Hurricane #827875

RGB

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

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

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

R = 35.42%
G = 32.7%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827875 (or 0x827875) is known color: Hurricane. HEX triplet: 82, 78 and 75. RGB value is (130,120,117). Sum of RGB (Red+Green+Blue) = 130+120+117=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827875 is #7D878A. Grayscale: #7A7A7A. Windows color (decimal): -8226699 or 7698562. OLE color: 7698562.

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

Color convert

RGB 130 120 117 -
CMYK 0 0.08 0.1 0.49
HSL 13.85º 0.05% 0.48% -
HSV(B) 13.85º 0.1% 0.51% -
XYZ 19.13 19.46 19.58 -
YUV 122.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 130 120 117 0 0.08 0.1 0.49 13.85 0.05 0.48
Hex 82 78 75 0 8 A 31 E 5 30
Octal 202 170 165 0 10 12 61 16 5 60
Binary 10000010 1111000 1110101 0 1000 1010 110001 1110 101 110000

Color Harmonies of #827875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827875

Black with #827875

Text Example


Text Example

White with #827875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827875; }

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

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

background-color css

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

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

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

border-color css

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

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

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