Html Css Color HEX #8B827A Schooner

📋 copy color: '#8B827A'

red 139 ◦ green 130 ◦ blue 122

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

Shades of Schooner #8B827A

Tints of Schooner #8B827A

RGB

 RED value IS 139 (54.69% from 255) = 35.55%

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 35.55%
G = 33.25%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B827A (or 0x8B827A) is known color: Schooner. HEX triplet: 8B, 82 and 7A. RGB value is (139,130,122). Sum of RGB (Red+Green+Blue) = 139+130+122=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827A is #747D85. Grayscale: #838383. Windows color (decimal): -7634310 or 8028811. OLE color: 8028811.

HSL color Cylindrical-coordinate representation of color #8B827A: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B827A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 122 -
CMYK 0 0.06 0.12 0.45
HSL 28.24º 0.07% 0.51% -
HSV(B) 28.24º 0.12% 0.55% -
XYZ 22.14 22.86 21.66 -
YUV 131.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 139 130 122 0 0.06 0.12 0.45 28.24 0.07 0.51
Hex 8B 82 7A 0 6 C 2D 1C 7 33
Octal 213 202 172 0 6 14 55 34 7 63
Binary 10001011 10000010 1111010 0 110 1100 101101 11100 111 110011

Color Harmonies of #8B827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B827A

Black with #8B827A

Text Example


Text Example

White with #8B827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B827A; }

 p { color: rgb(139,130,122); }

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

background-color css

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

 a { background-color: rgb(139,130,122); }

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

border-color css

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

 span { border-color: rgb(139,130,122); }

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