Html Css Color HEX #8C8478 Schooner

📋 copy color: '#8C8478'

red 140 ◦ green 132 ◦ blue 120

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

Shades of Schooner #8C8478

Tints of Schooner #8C8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 35.71%
G = 33.67%
B = 30.61%

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

#8C8478 (or 0x8C8478) is known color: Schooner. HEX triplet: 8C, 84 and 78. RGB value is (140,132,120). Sum of RGB (Red+Green+Blue) = 140+132+120=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8478 is #737B87. Grayscale: #858585. Windows color (decimal): -7568264 or 7898252. OLE color: 7898252.

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

Color convert

RGB 140 132 120 -
CMYK 0 0.06 0.14 0.45
HSL 36º 0.08% 0.51% -
HSV(B) 36º 0.14% 0.55% -
XYZ 22.46 23.43 21.11 -
YUV 133.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 140 132 120 0 0.06 0.14 0.45 36 0.08 0.51
Hex 8C 84 78 0 6 E 2D 24 8 33
Octal 214 204 170 0 6 16 55 44 10 63
Binary 10001100 10000100 1111000 0 110 1110 101101 100100 1000 110011

Color Harmonies of #8C8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8478

Black with #8C8478

Text Example


Text Example

White with #8C8478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,120); }

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

background-color css

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

 a { background-color: rgb(140,132,120); }

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

border-color css

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

 span { border-color: rgb(140,132,120); }

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