Html Css Color HEX #887069 Ferra

📋 copy color: '#887069'

red 136 ◦ green 112 ◦ blue 105

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

Shades of Ferra #887069

Tints of Ferra #887069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 38.53%
G = 31.73%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#887069 (or 0x887069) is known color: Ferra. HEX triplet: 88, 70 and 69. RGB value is (136,112,105). Sum of RGB (Red+Green+Blue) = 136+112+105=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887069 is #778F96. Grayscale: #767676. Windows color (decimal): -7835543 or 6910088. OLE color: 6910088.

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

Color convert

RGB 136 112 105 -
CMYK 0 0.18 0.23 0.47
HSL 13.55º 0.13% 0.47% -
HSV(B) 13.55º 0.23% 0.53% -
XYZ 18.5 17.84 15.83 -
YUV 118.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 136 112 105 0 0.18 0.23 0.47 13.55 0.13 0.47
Hex 88 70 69 0 12 17 2F E D 2F
Octal 210 160 151 0 22 27 57 16 15 57
Binary 10001000 1110000 1101001 0 10010 10111 101111 1110 1101 101111

Color Harmonies of #887069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887069

Black with #887069

Text Example


Text Example

White with #887069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887069; }

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

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

background-color css

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

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

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

border-color css

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

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

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