Html Css Color HEX #8B837A Schooner

📋 copy color: '#8B837A'

red 139 ◦ green 131 ◦ blue 122

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

Shades of Schooner #8B837A

Tints of Schooner #8B837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 35.46%
G = 33.42%
B = 31.12%

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

#8B837A (or 0x8B837A) is known color: Schooner. HEX triplet: 8B, 83 and 7A. RGB value is (139,131,122). Sum of RGB (Red+Green+Blue) = 139+131+122=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B837A is #747C85. Grayscale: #848484. Windows color (decimal): -7634054 or 8029067. OLE color: 8029067.

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

Color convert

RGB 139 131 122 -
CMYK 0 0.06 0.12 0.45
HSL 31.76º 0.07% 0.51% -
HSV(B) 31.76º 0.12% 0.55% -
XYZ 22.28 23.13 21.7 -
YUV 132.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 139 131 122 0 0.06 0.12 0.45 31.76 0.07 0.51
Hex 8B 83 7A 0 6 C 2D 20 7 33
Octal 213 203 172 0 6 14 55 40 7 63
Binary 10001011 10000011 1111010 0 110 1100 101101 100000 111 110011

Color Harmonies of #8B837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B837A

Black with #8B837A

Text Example


Text Example

White with #8B837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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