#817070

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

Shades of Ferra #817070

Tints of Ferra #817070

Color information

#817070 (or 0x817070) is unknown color: approx Ferra. HEX triplet: 81, 70 and 70. RGB value is (129,112,112). Sum of RGB (Red+Green+Blue) = 129+112+112=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #817070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817070 is #7E8F8F. Grayscale: #757575. Windows color (decimal): -8294288 or 7368833. OLE color: 7368833.

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

Color convert

RGB129112112-
CMYK00.130.130.49
HSL7.05%47.25%-
HSV(B)13.18%50.59%-
XYZ17.7717.4317.76-
YUV117.08125.13136.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=36.54%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911211200.130.130.4907.0547.25
Hex8170700DD31072f
Octal20116016001515610757
Binary10000001111000011100000110111011100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817070; }

 p { color: rgb(129,112,112); }

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

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

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

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

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

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

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