Html Css Color HEX #8C8376 Schooner

📋 copy color: '#8C8376'

red 140 ◦ green 131 ◦ blue 118

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

Shades of Schooner #8C8376

Tints of Schooner #8C8376

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

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

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

R = 35.99%
G = 33.68%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C8376 (or 0x8C8376) is known color: Schooner. HEX triplet: 8C, 83 and 76. RGB value is (140,131,118). Sum of RGB (Red+Green+Blue) = 140+131+118=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8376 is #737C89. Grayscale: #848484. Windows color (decimal): -7568522 or 7766924. OLE color: 7766924.

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

Color convert

RGB 140 131 118 -
CMYK 0 0.06 0.16 0.45
HSL 35.45º 0.09% 0.51% -
HSV(B) 35.45º 0.16% 0.55% -
XYZ 22.2 23.12 20.43 -
YUV 132.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 140 131 118 0 0.06 0.16 0.45 35.45 0.09 0.51
Hex 8C 83 76 0 6 10 2D 23 9 33
Octal 214 203 166 0 6 20 55 43 11 63
Binary 10001100 10000011 1110110 0 110 10000 101101 100011 1001 110011

Color Harmonies of #8C8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8376

Black with #8C8376

Text Example


Text Example

White with #8C8376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,118); }

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

background-color css

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

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

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

border-color css

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

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

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