Html Css Color HEX #87827C Schooner

📋 copy color: '#87827C'

red 135 ◦ green 130 ◦ blue 124

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

Shades of Schooner #87827C

Tints of Schooner #87827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 34.7%
G = 33.42%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87827C (or 0x87827C) is known color: Schooner. HEX triplet: 87, 82 and 7C. RGB value is (135,130,124). Sum of RGB (Red+Green+Blue) = 135+130+124=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #87827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827C is #787D83. Grayscale: #828282. Windows color (decimal): -7896452 or 8159879. OLE color: 8159879.

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

Color convert

RGB 135 130 124 -
CMYK 0 0.04 0.08 0.47
HSL 32.73º 0.04% 0.51% -
HSV(B) 32.73º 0.08% 0.53% -
XYZ 21.61 22.57 22.29 -
YUV 130.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 135 130 124 0 0.04 0.08 0.47 32.73 0.04 0.51
Hex 87 82 7C 0 4 8 2F 21 4 33
Octal 207 202 174 0 4 10 57 41 4 63
Binary 10000111 10000010 1111100 0 100 1000 101111 100001 100 110011

Color Harmonies of #87827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87827C

Black with #87827C

Text Example


Text Example

White with #87827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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