Html Css Color HEX #8B857A Schooner

📋 copy color: '#8B857A'

red 139 ◦ green 133 ◦ blue 122

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

Shades of Schooner #8B857A

Tints of Schooner #8B857A

RGB

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

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

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

R = 35.28%
G = 33.76%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B857A (or 0x8B857A) is known color: Schooner. HEX triplet: 8B, 85 and 7A. RGB value is (139,133,122). Sum of RGB (Red+Green+Blue) = 139+133+122=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B857A is #747A85. Grayscale: #858585. Windows color (decimal): -7633542 or 8029579. OLE color: 8029579.

HSL color Cylindrical-coordinate representation of color #8B857A: hue angle of 38.82º 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 #8B857A is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 122 -
CMYK 0 0.04 0.12 0.45
HSL 38.82º 0.07% 0.51% -
HSV(B) 38.82º 0.12% 0.55% -
XYZ 22.55 23.67 21.79 -
YUV 133.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 139 133 122 0 0.04 0.12 0.45 38.82 0.07 0.51
Hex 8B 85 7A 0 4 C 2D 27 7 33
Octal 213 205 172 0 4 14 55 47 7 63
Binary 10001011 10000101 1111010 0 100 1100 101101 100111 111 110011

Color Harmonies of #8B857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B857A

Black with #8B857A

Text Example


Text Example

White with #8B857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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