Html Css Color HEX #87674C Dark Wood

📋 copy color: '#87674C'

red 135 ◦ green 103 ◦ blue 76

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

Shades of Dark Wood #87674C

Tints of Dark Wood #87674C

RGB

 RED value IS 135 (53.13% from 255) = 42.99%

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 42.99%
G = 32.8%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87674C (or 0x87674C) is known color: Dark Wood. HEX triplet: 87, 67 and 4C. RGB value is (135,103,76). Sum of RGB (Red+Green+Blue) = 135+103+76=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87674C is #7898B3. Grayscale: #6D6D6D. Windows color (decimal): -7903412 or 5007239. OLE color: 5007239.

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

Color convert

RGB 135 103 76 -
CMYK 0 0.24 0.44 0.47
HSL 27.46º 0.28% 0.41% -
HSV(B) 27.46º 0.44% 0.53% -
XYZ 16.15 15.37 8.95 -
YUV 109.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 135 103 76 0 0.24 0.44 0.47 27.46 0.28 0.41
Hex 87 67 4C 0 18 2C 2F 1B 1C 29
Octal 207 147 114 0 30 54 57 33 34 51
Binary 10000111 1100111 1001100 0 11000 101100 101111 11011 11100 101001

Color Harmonies of #87674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87674C

Black with #87674C

Text Example


Text Example

White with #87674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,103,76); }

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

background-color css

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

 a { background-color: rgb(135,103,76); }

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

border-color css

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

 span { border-color: rgb(135,103,76); }

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