Html Css Color HEX #86827E Schooner

📋 copy color: '#86827E'

red 134 ◦ green 130 ◦ blue 126

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

Shades of Schooner #86827E

Tints of Schooner #86827E

RGB

 RED value IS 134 (52.73% from 255) = 34.36%

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

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 34.36%
G = 33.33%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86827E (or 0x86827E) is known color: Schooner. HEX triplet: 86, 82 and 7E. RGB value is (134,130,126). Sum of RGB (Red+Green+Blue) = 134+130+126=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #86827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86827E is #797D81. Grayscale: #828282. Windows color (decimal): -7961986 or 8290950. OLE color: 8290950.

HSL color Cylindrical-coordinate representation of color #86827E: hue angle of 30º 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 #86827E is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 130 126 -
CMYK 0 0.03 0.06 0.47
HSL 30º 0.03% 0.51% -
HSV(B) 30º 0.06% 0.53% -
XYZ 21.58 22.54 22.95 -
YUV 130.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 134 130 126 0 0.03 0.06 0.47 30 0.03 0.51
Hex 86 82 7E 0 3 6 2F 1E 3 33
Octal 206 202 176 0 3 6 57 36 3 63
Binary 10000110 10000010 1111110 0 11 110 101111 11110 11 110011

Color Harmonies of #86827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86827E

Black with #86827E

Text Example


Text Example

White with #86827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86827E; }

 p { color: rgb(134,130,126); }

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

background-color css

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

 a { background-color: rgb(134,130,126); }

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

border-color css

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

 span { border-color: rgb(134,130,126); }

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