Html Css Color HEX #8A8379 Schooner

📋 copy color: '#8A8379'

red 138 ◦ green 131 ◦ blue 121

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

Shades of Schooner #8A8379

Tints of Schooner #8A8379

RGB

 RED value IS 138 (54.3% from 255) = 35.38%

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

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

R = 35.38%
G = 33.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A8379 (or 0x8A8379) is known color: Schooner. HEX triplet: 8A, 83 and 79. RGB value is (138,131,121). Sum of RGB (Red+Green+Blue) = 138+131+121=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8379 is #757C86. Grayscale: #848484. Windows color (decimal): -7699591 or 7963530. OLE color: 7963530.

HSL color Cylindrical-coordinate representation of color #8A8379: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8379 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 121 -
CMYK 0 0.05 0.12 0.46
HSL 35.29º 0.07% 0.51% -
HSV(B) 35.29º 0.12% 0.54% -
XYZ 22.05 23.02 21.37 -
YUV 131.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 138 131 121 0 0.05 0.12 0.46 35.29 0.07 0.51
Hex 8A 83 79 0 5 C 2E 23 7 33
Octal 212 203 171 0 5 14 56 43 7 63
Binary 10001010 10000011 1111001 0 101 1100 101110 100011 111 110011

Color Harmonies of #8A8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8379

Black with #8A8379

Text Example


Text Example

White with #8A8379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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