Html Css Color HEX #827570 Hurricane

📋 copy color: '#827570'

red 130 ◦ green 117 ◦ blue 112

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

Shades of Hurricane #827570

Tints of Hurricane #827570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 36.21%
G = 32.59%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827570 (or 0x827570) is known color: Hurricane. HEX triplet: 82, 75 and 70. RGB value is (130,117,112). Sum of RGB (Red+Green+Blue) = 130+117+112=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827570 is #7D8A8F. Grayscale: #787878. Windows color (decimal): -8227472 or 7370114. OLE color: 7370114.

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

Color convert

RGB 130 117 112 -
CMYK 0 0.1 0.14 0.49
HSL 16.67º 0.07% 0.47% -
HSV(B) 16.67º 0.14% 0.51% -
XYZ 18.49 18.64 17.95 -
YUV 120.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 130 117 112 0 0.1 0.14 0.49 16.67 0.07 0.47
Hex 82 75 70 0 A E 31 11 7 2F
Octal 202 165 160 0 12 16 61 21 7 57
Binary 10000010 1110101 1110000 0 1010 1110 110001 10001 111 101111

Color Harmonies of #827570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827570

Black with #827570

Text Example


Text Example

White with #827570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827570; }

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

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

background-color css

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

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

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

border-color css

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

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

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