Html Css Color HEX #887270 Ferra

📋 copy color: '#887270'

red 136 ◦ green 114 ◦ blue 112

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

Shades of Ferra #887270

Tints of Ferra #887270

RGB

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

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

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

R = 37.57%
G = 31.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#887270 (or 0x887270) is known color: Ferra. HEX triplet: 88, 72 and 70. RGB value is (136,114,112). Sum of RGB (Red+Green+Blue) = 136+114+112=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887270 is #778D8F. Grayscale: #787878. Windows color (decimal): -7835024 or 7369352. OLE color: 7369352.

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

Color convert

RGB 136 114 112 -
CMYK 0 0.16 0.18 0.47
HSL 0.1% 0.49% -
HSV(B) 0.18% 0.53% -
XYZ 19.1 18.44 17.88 -
YUV 120.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 136 114 112 0 0.16 0.18 0.47 5 0.1 0.49
Hex 88 72 70 0 10 12 2F 5 A 31
Octal 210 162 160 0 20 22 57 5 12 61
Binary 10001000 1110010 1110000 0 10000 10010 101111 101 1010 110001

Color Harmonies of #887270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887270

Black with #887270

Text Example


Text Example

White with #887270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887270; }

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

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

background-color css

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

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

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

border-color css

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

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

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