Html Css Color HEX #8A8B78 Schist

📋 copy color: '#8A8B78'

red 138 ◦ green 139 ◦ blue 120

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

Shades of Schist #8A8B78

Tints of Schist #8A8B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 34.76%
G = 35.01%
B = 30.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8A8B78 (or 0x8A8B78) is known color: Schist. HEX triplet: 8A, 8B and 78. RGB value is (138,139,120). Sum of RGB (Red+Green+Blue) = 138+139+120=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B78 is #757487. Grayscale: #888888. Windows color (decimal): -7697544 or 7900042. OLE color: 7900042.

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

Color convert

RGB 138 139 120 -
CMYK 0.01 0 0.14 0.45
HSL 63.16º 0.08% 0.51% -
HSV(B) 63.16º 0.14% 0.55% -
XYZ 23.1 25.22 21.42 -
YUV 136.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 138 139 120 0.01 0 0.14 0.45 63.16 0.08 0.51
Hex 8A 8B 78 1 0 E 2D 3F 8 33
Octal 212 213 170 1 0 16 55 77 10 63
Binary 10001010 10001011 1111000 1 0 1110 101101 111111 1000 110011

Color Harmonies of #8A8B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8B78

Black with #8A8B78

Text Example


Text Example

White with #8A8B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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