Html Css Color HEX #878582 Schooner

📋 copy color: '#878582'

red 135 ◦ green 133 ◦ blue 130

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

Shades of Schooner #878582

Tints of Schooner #878582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 33.92%
G = 33.42%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#878582 (or 0x878582) is known color: Schooner. HEX triplet: 87, 85 and 82. RGB value is (135,133,130). Sum of RGB (Red+Green+Blue) = 135+133+130=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 135 - color contains mainly: red. Hex color #878582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878582 is #787A7D. Grayscale: #858585. Windows color (decimal): -7895678 or 8553863. OLE color: 8553863.

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

Color convert

RGB 135 133 130 -
CMYK 0 0.01 0.04 0.47
HSL 36º 0.02% 0.52% -
HSV(B) 36º 0.04% 0.53% -
XYZ 22.41 23.54 24.48 -
YUV 133.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 135 133 130 0 0.01 0.04 0.47 36 0.02 0.52
Hex 87 85 82 0 1 4 2F 24 2 34
Octal 207 205 202 0 1 4 57 44 2 64
Binary 10000111 10000101 10000010 0 1 100 101111 100100 10 110100

Color Harmonies of #878582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878582

Black with #878582

Text Example


Text Example

White with #878582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878582; }

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

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

background-color css

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

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

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

border-color css

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

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

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