Html Css Color HEX #8C7067 Beaver

📋 copy color: '#8C7067'

red 140 ◦ green 112 ◦ blue 103

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

Shades of Beaver #8C7067

Tints of Beaver #8C7067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 39.44%
G = 31.55%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C7067 (or 0x8C7067) is known color: Beaver. HEX triplet: 8C, 70 and 67. RGB value is (140,112,103). Sum of RGB (Red+Green+Blue) = 140+112+103=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7067 is #738F98. Grayscale: #777777. Windows color (decimal): -7573401 or 6779020. OLE color: 6779020.

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

Color convert

RGB 140 112 103 -
CMYK 0 0.20 0.26 0.45
HSL 14.59º 0.15% 0.48% -
HSV(B) 14.59º 0.26% 0.55% -
XYZ 19.06 18.14 15.33 -
YUV 119.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 140 112 103 0 0.20 0.26 0.45 14.59 0.15 0.48
Hex 8C 70 67 0 14 1A 2D F F 30
Octal 214 160 147 0 24 32 55 17 17 60
Binary 10001100 1110000 1100111 0 10100 11010 101101 1111 1111 110000

Color Harmonies of #8C7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7067

Black with #8C7067

Text Example


Text Example

White with #8C7067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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