Html Css Color HEX #87827F Hurricane

📋 copy color: '#87827F'

red 135 ◦ green 130 ◦ blue 127

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

Shades of Hurricane #87827F

Tints of Hurricane #87827F

RGB

 RED value IS 135 (53.13% from 255) = 34.44%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 34.44%
G = 33.16%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87827F (or 0x87827F) is known color: Hurricane. HEX triplet: 87, 82 and 7F. RGB value is (135,130,127). Sum of RGB (Red+Green+Blue) = 135+130+127=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 135 - color contains mainly: red. Hex color #87827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827F is #787D80. Grayscale: #838383. Windows color (decimal): -7896449 or 8356487. OLE color: 8356487.

HSL color Cylindrical-coordinate representation of color #87827F: hue angle of 22.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #87827F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 127 -
CMYK 0 0.04 0.06 0.47
HSL 22.5º 0.03% 0.51% -
HSV(B) 22.5º 0.06% 0.53% -
XYZ 21.81 22.65 23.3 -
YUV 131.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 135 130 127 0 0.04 0.06 0.47 22.5 0.03 0.51
Hex 87 82 7F 0 4 6 2F 16 3 33
Octal 207 202 177 0 4 6 57 26 3 63
Binary 10000111 10000010 1111111 0 100 110 101111 10110 11 110011

Color Harmonies of #87827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87827F

Black with #87827F

Text Example


Text Example

White with #87827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87827F; }

 p { color: rgb(135,130,127); }

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

background-color css

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

 a { background-color: rgb(135,130,127); }

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

border-color css

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

 span { border-color: rgb(135,130,127); }

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