Html Css Color HEX #887168 Beaver

📋 copy color: '#887168'

red 136 ◦ green 113 ◦ blue 104

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

Shades of Beaver #887168

Tints of Beaver #887168

RGB

 RED value IS 136 (53.52% from 255) = 38.53%

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 38.53%
G = 32.01%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#887168 (or 0x887168) is known color: Beaver. HEX triplet: 88, 71 and 68. RGB value is (136,113,104). Sum of RGB (Red+Green+Blue) = 136+113+104=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887168 is #778E97. Grayscale: #767676. Windows color (decimal): -7835288 or 6844808. OLE color: 6844808.

HSL color Cylindrical-coordinate representation of color #887168: hue angle of 16.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #887168 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 104 -
CMYK 0 0.17 0.24 0.47
HSL 16.88º 0.13% 0.47% -
HSV(B) 16.88º 0.24% 0.53% -
XYZ 18.56 18.04 15.6 -
YUV 118.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 136 113 104 0 0.17 0.24 0.47 16.88 0.13 0.47
Hex 88 71 68 0 11 18 2F 11 D 2F
Octal 210 161 150 0 21 30 57 21 15 57
Binary 10001000 1110001 1101000 0 10001 11000 101111 10001 1101 101111

Color Harmonies of #887168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887168

Black with #887168

Text Example


Text Example

White with #887168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887168; }

 p { color: rgb(136,113,104); }

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

background-color css

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

 a { background-color: rgb(136,113,104); }

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

border-color css

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

 span { border-color: rgb(136,113,104); }

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