Html Css Color HEX #8C7466 Beaver

📋 copy color: '#8C7466'

red 140 ◦ green 116 ◦ blue 102

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

Shades of Beaver #8C7466

Tints of Beaver #8C7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 39.11%
G = 32.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C7466 (or 0x8C7466) is known color: Beaver. HEX triplet: 8C, 74 and 66. RGB value is (140,116,102). Sum of RGB (Red+Green+Blue) = 140+116+102=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7466 is #738B99. Grayscale: #797979. Windows color (decimal): -7572378 or 6714508. OLE color: 6714508.

HSL color Cylindrical-coordinate representation of color #8C7466: hue angle of 22.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7466 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 116 102 -
CMYK 0 0.17 0.27 0.45
HSL 22.11º 0.16% 0.47% -
HSV(B) 22.11º 0.27% 0.55% -
XYZ 19.46 19.03 15.22 -
YUV 121.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 140 116 102 0 0.17 0.27 0.45 22.11 0.16 0.47
Hex 8C 74 66 0 11 1B 2D 16 10 2F
Octal 214 164 146 0 21 33 55 26 20 57
Binary 10001100 1110100 1100110 0 10001 11011 101101 10110 10000 101111

Color Harmonies of #8C7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7466

Black with #8C7466

Text Example


Text Example

White with #8C7466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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