Html Css Color HEX #8C8E74 Bitter

📋 copy color: '#8C8E74'

red 140 ◦ green 142 ◦ blue 116

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

Shades of Bitter #8C8E74

Tints of Bitter #8C8E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 35.18%
G = 35.68%
B = 29.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8C8E74 (or 0x8C8E74) is known color: Bitter. HEX triplet: 8C, 8E and 74. RGB value is (140,142,116). Sum of RGB (Red+Green+Blue) = 140+142+116=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8E74 is #73718B. Grayscale: #8A8A8A. Windows color (decimal): -7565708 or 7638668. OLE color: 7638668.

HSL color Cylindrical-coordinate representation of color #8C8E74: hue angle of 64.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8E74 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 142 116 -
CMYK 0.01 0 0.18 0.44
HSL 64.62º 0.1% 0.51% -
HSV(B) 64.62º 0.18% 0.56% -
XYZ 23.64 26.18 20.33 -
YUV 138.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 140 142 116 0.01 0 0.18 0.44 64.62 0.1 0.51
Hex 8C 8E 74 1 0 12 2C 41 A 33
Octal 214 216 164 1 0 22 54 101 12 63
Binary 10001100 10001110 1110100 1 0 10010 101100 1000001 1010 110011

Color Harmonies of #8C8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8E74

Black with #8C8E74

Text Example


Text Example

White with #8C8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,142,116); }

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

background-color css

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

 a { background-color: rgb(140,142,116); }

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

border-color css

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

 span { border-color: rgb(140,142,116); }

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