#887068

Color #887068 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #887068

Tints of Ferra #887068

Color information

#887068 (or 0x887068) is unknown color: approx Ferra. HEX triplet: 88, 70 and 68. RGB value is (136,112,104). Sum of RGB (Red+Green+Blue) = 136+112+104=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887068 is #778F97. Grayscale: #767676. Windows color (decimal): -7835544 or 6844552. OLE color: 6844552.

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

Color convert

RGB136112104-
CMYK00.180.240.47
HSL15º13.33%47.06%-
HSV(B)15º23.53%53.33%-
XYZ18.4517.8215.56-
YUV118.26119.95140.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=38.64%
G=31.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611210400.180.240.471513.3347.06
Hex887068012182Ffd2f
Octal2101601500223057171557
Binary10001000111000011010000100101100010111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887068; }

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

 H1.HeaderClassName
 {
   color: #887068;
 }
 .AnyTagClassName
 {
   color: #887068;
 }
</style>
background-color css

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

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

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

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

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

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