Html Css Color HEX #887170 Ferra

📋 copy color: '#887170'

red 136 ◦ green 113 ◦ blue 112

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

Shades of Ferra #887170

Tints of Ferra #887170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 37.67%
G = 31.3%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#887170 (or 0x887170) is known color: Ferra. HEX triplet: 88, 71 and 70. RGB value is (136,113,112). Sum of RGB (Red+Green+Blue) = 136+113+112=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #887170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887170 is #778E8F. Grayscale: #777777. Windows color (decimal): -7835280 or 7369096. OLE color: 7369096.

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

Color convert

RGB 136 113 112 -
CMYK 0 0.17 0.18 0.47
HSL 2.5º 0.1% 0.49% -
HSV(B) 2.5º 0.18% 0.53% -
XYZ 18.98 18.21 17.84 -
YUV 119.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 136 113 112 0 0.17 0.18 0.47 2.5 0.1 0.49
Hex 88 71 70 0 11 12 2F 2 A 31
Octal 210 161 160 0 21 22 57 2 12 61
Binary 10001000 1110001 1110000 0 10001 10010 101111 10 1010 110001

Color Harmonies of #887170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887170

Black with #887170

Text Example


Text Example

White with #887170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887170; }

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

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

background-color css

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

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

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

border-color css

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

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

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