Html Css Color HEX #8B8B76 Schist

📋 copy color: '#8B8B76'

red 139 ◦ green 139 ◦ blue 118

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

Shades of Schist #8B8B76

Tints of Schist #8B8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 35.1%
G = 35.1%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B8B76 (or 0x8B8B76) is known color: Schist. HEX triplet: 8B, 8B and 76. RGB value is (139,139,118). Sum of RGB (Red+Green+Blue) = 139+139+118=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B76 is #747489. Grayscale: #888888. Windows color (decimal): -7632010 or 7768971. OLE color: 7768971.

HSL color Cylindrical-coordinate representation of color #8B8B76: hue angle of 60º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8B76 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 139 118 -
CMYK 0 0 0.15 0.45
HSL 60º 0.08% 0.5% -
HSV(B) 60º 0.15% 0.55% -
XYZ 23.15 25.26 20.8 -
YUV 136.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 139 139 118 0 0 0.15 0.45 60 0.08 0.5
Hex 8B 8B 76 0 0 F 2D 3C 8 32
Octal 213 213 166 0 0 17 55 74 10 62
Binary 10001011 10001011 1110110 0 0 1111 101101 111100 1000 110010

Color Harmonies of #8B8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8B76

Black with #8B8B76

Text Example


Text Example

White with #8B8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,139,118); }

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

background-color css

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

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

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

border-color css

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

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

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