Html Css Color HEX #88714C Shadow

📋 copy color: '#88714C'

red 136 ◦ green 113 ◦ blue 76

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

Shades of Shadow #88714C

Tints of Shadow #88714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 41.85%
G = 34.77%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88714C (or 0x88714C) is known color: Shadow. HEX triplet: 88, 71 and 4C. RGB value is (136,113,76). Sum of RGB (Red+Green+Blue) = 136+113+76=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88714C is #778EB3. Grayscale: #737373. Windows color (decimal): -7835316 or 5009800. OLE color: 5009800.

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

Color convert

RGB 136 113 76 -
CMYK 0 0.17 0.44 0.47
HSL 37º 0.28% 0.42% -
HSV(B) 37º 0.44% 0.53% -
XYZ 17.36 17.57 9.31 -
YUV 115.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 136 113 76 0 0.17 0.44 0.47 37 0.28 0.42
Hex 88 71 4C 0 11 2C 2F 25 1C 2A
Octal 210 161 114 0 21 54 57 45 34 52
Binary 10001000 1110001 1001100 0 10001 101100 101111 100101 11100 101010

Color Harmonies of #88714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88714C

Black with #88714C

Text Example


Text Example

White with #88714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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