Html Css Color HEX #8C8278 Schooner

📋 copy color: '#8C8278'

red 140 ◦ green 130 ◦ blue 120

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

Shades of Schooner #8C8278

Tints of Schooner #8C8278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

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

R = 35.9%
G = 33.33%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C8278 (or 0x8C8278) is known color: Schooner. HEX triplet: 8C, 82 and 78. RGB value is (140,130,120). Sum of RGB (Red+Green+Blue) = 140+130+120=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8278 is #737D87. Grayscale: #838383. Windows color (decimal): -7568776 or 7897740. OLE color: 7897740.

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

Color convert

RGB 140 130 120 -
CMYK 0 0.07 0.14 0.45
HSL 30º 0.08% 0.51% -
HSV(B) 30º 0.14% 0.55% -
XYZ 22.19 22.9 21.02 -
YUV 131.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 140 130 120 0 0.07 0.14 0.45 30 0.08 0.51
Hex 8C 82 78 0 7 E 2D 1E 8 33
Octal 214 202 170 0 7 16 55 36 10 63
Binary 10001100 10000010 1111000 0 111 1110 101101 11110 1000 110011

Color Harmonies of #8C8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8278

Black with #8C8278

Text Example


Text Example

White with #8C8278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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