Html Css Color HEX #8C7060 Beaver

📋 copy color: '#8C7060'

red 140 ◦ green 112 ◦ blue 96

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

Shades of Beaver #8C7060

Tints of Beaver #8C7060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 40.23%
G = 32.18%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C7060 (or 0x8C7060) is known color: Beaver. HEX triplet: 8C, 70 and 60. RGB value is (140,112,96). Sum of RGB (Red+Green+Blue) = 140+112+96=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7060 is #738F9F. Grayscale: #767676. Windows color (decimal): -7573408 or 6320268. OLE color: 6320268.

HSL color Cylindrical-coordinate representation of color #8C7060: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C7060 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 96 -
CMYK 0 0.20 0.31 0.45
HSL 21.82º 0.19% 0.46% -
HSV(B) 21.82º 0.31% 0.55% -
XYZ 18.72 18.01 13.56 -
YUV 118.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 140 112 96 0 0.20 0.31 0.45 21.82 0.19 0.46
Hex 8C 70 60 0 14 1F 2D 16 13 2E
Octal 214 160 140 0 24 37 55 26 23 56
Binary 10001100 1110000 1100000 0 10100 11111 101101 10110 10011 101110

Color Harmonies of #8C7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7060

Black with #8C7060

Text Example


Text Example

White with #8C7060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,96); }

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

background-color css

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

 a { background-color: rgb(140,112,96); }

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

border-color css

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

 span { border-color: rgb(140,112,96); }

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