Html Css Color HEX #88764B Shadow

📋 copy color: '#88764B'

red 136 ◦ green 118 ◦ blue 75

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

Shades of Shadow #88764B

Tints of Shadow #88764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 41.34%
G = 35.87%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88764B (or 0x88764B) is known color: Shadow. HEX triplet: 88, 76 and 4B. RGB value is (136,118,75). Sum of RGB (Red+Green+Blue) = 136+118+75=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88764B is #7789B4. Grayscale: #767676. Windows color (decimal): -7834037 or 4945544. OLE color: 4945544.

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

Color convert

RGB 136 118 75 -
CMYK 0 0.13 0.45 0.47
HSL 42.3º 0.29% 0.41% -
HSV(B) 42.3º 0.45% 0.53% -
XYZ 17.9 18.7 9.32 -
YUV 118.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 136 118 75 0 0.13 0.45 0.47 42.3 0.29 0.41
Hex 88 76 4B 0 D 2D 2F 2A 1D 29
Octal 210 166 113 0 15 55 57 52 35 51
Binary 10001000 1110110 1001011 0 1101 101101 101111 101010 11101 101001

Color Harmonies of #88764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88764B

Black with #88764B

Text Example


Text Example

White with #88764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88764B; }

 p { color: rgb(136,118,75); }

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

background-color css

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

 a { background-color: rgb(136,118,75); }

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

border-color css

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

 span { border-color: rgb(136,118,75); }

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