Html Css Color HEX #8C8379 Schooner

📋 copy color: '#8C8379'

red 140 ◦ green 131 ◦ blue 121

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

Shades of Schooner #8C8379

Tints of Schooner #8C8379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 35.71%
G = 33.42%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C8379 (or 0x8C8379) is known color: Schooner. HEX triplet: 8C, 83 and 79. RGB value is (140,131,121). Sum of RGB (Red+Green+Blue) = 140+131+121=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8379 is #737C86. Grayscale: #848484. Windows color (decimal): -7568519 or 7963532. OLE color: 7963532.

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

Color convert

RGB 140 131 121 -
CMYK 0 0.06 0.14 0.45
HSL 31.58º 0.08% 0.51% -
HSV(B) 31.58º 0.14% 0.55% -
XYZ 22.38 23.19 21.39 -
YUV 132.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 140 131 121 0 0.06 0.14 0.45 31.58 0.08 0.51
Hex 8C 83 79 0 6 E 2D 20 8 33
Octal 214 203 171 0 6 16 55 40 10 63
Binary 10001100 10000011 1111001 0 110 1110 101101 100000 1000 110011

Color Harmonies of #8C8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8379

Black with #8C8379

Text Example


Text Example

White with #8C8379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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