Html Css Color HEX #8A8378 Schooner

📋 copy color: '#8A8378'

red 138 ◦ green 131 ◦ blue 120

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

Shades of Schooner #8A8378

Tints of Schooner #8A8378

RGB

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

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

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

R = 35.48%
G = 33.68%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A8378 (or 0x8A8378) is known color: Schooner. HEX triplet: 8A, 83 and 78. RGB value is (138,131,120). Sum of RGB (Red+Green+Blue) = 138+131+120=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8378 is #757C87. Grayscale: #838383. Windows color (decimal): -7699592 or 7897994. OLE color: 7897994.

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

Color convert

RGB 138 131 120 -
CMYK 0 0.05 0.13 0.46
HSL 36.67º 0.07% 0.51% -
HSV(B) 36.67º 0.13% 0.54% -
XYZ 21.99 22.99 21.05 -
YUV 131.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 138 131 120 0 0.05 0.13 0.46 36.67 0.07 0.51
Hex 8A 83 78 0 5 D 2E 25 7 33
Octal 212 203 170 0 5 15 56 45 7 63
Binary 10001010 10000011 1111000 0 101 1101 101110 100101 111 110011

Color Harmonies of #8A8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8378

Black with #8A8378

Text Example


Text Example

White with #8A8378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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