Html Css Color HEX #887268 Beaver

📋 copy color: '#887268'

red 136 ◦ green 114 ◦ blue 104

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

Shades of Beaver #887268

Tints of Beaver #887268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 38.42%
G = 32.2%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#887268 (or 0x887268) is known color: Beaver. HEX triplet: 88, 72 and 68. RGB value is (136,114,104). Sum of RGB (Red+Green+Blue) = 136+114+104=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887268 is #778D97. Grayscale: #777777. Windows color (decimal): -7835032 or 6845064. OLE color: 6845064.

HSL color Cylindrical-coordinate representation of color #887268: hue angle of 18.75º 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 #887268 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 104 -
CMYK 0 0.16 0.24 0.47
HSL 18.75º 0.13% 0.47% -
HSV(B) 18.75º 0.24% 0.53% -
XYZ 18.67 18.27 15.64 -
YUV 119.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 136 114 104 0 0.16 0.24 0.47 18.75 0.13 0.47
Hex 88 72 68 0 10 18 2F 13 D 2F
Octal 210 162 150 0 20 30 57 23 15 57
Binary 10001000 1110010 1101000 0 10000 11000 101111 10011 1101 101111

Color Harmonies of #887268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887268

Black with #887268

Text Example


Text Example

White with #887268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887268; }

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

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

background-color css

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

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

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

border-color css

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

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

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