Html Css Color HEX #8D8378 Schooner

📋 copy color: '#8D8378'

red 141 ◦ green 131 ◦ blue 120

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

Shades of Schooner #8D8378

Tints of Schooner #8D8378

RGB

 RED value IS 141 (55.47% from 255) = 35.97%

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 35.97%
G = 33.42%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8D8378 (or 0x8D8378) is known color: Schooner. HEX triplet: 8D, 83 and 78. RGB value is (141,131,120). Sum of RGB (Red+Green+Blue) = 141+131+120=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8378 is #727C87. Grayscale: #848484. Windows color (decimal): -7502984 or 7897997. OLE color: 7897997.

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

Color convert

RGB 141 131 120 -
CMYK 0 0.07 0.15 0.45
HSL 31.43º 0.08% 0.51% -
HSV(B) 31.43º 0.15% 0.55% -
XYZ 22.49 23.25 21.07 -
YUV 132.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 141 131 120 0 0.07 0.15 0.45 31.43 0.08 0.51
Hex 8D 83 78 0 7 F 2D 1F 8 33
Octal 215 203 170 0 7 17 55 37 10 63
Binary 10001101 10000011 1111000 0 111 1111 101101 11111 1000 110011

Color Harmonies of #8D8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8378

Black with #8D8378

Text Example


Text Example

White with #8D8378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,120); }

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

background-color css

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

 a { background-color: rgb(141,131,120); }

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

border-color css

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

 span { border-color: rgb(141,131,120); }

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