Html Css Color HEX #817070 Ferra

📋 copy color: '#817070'

red 129 ◦ green 112 ◦ blue 112

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

Shades of Ferra #817070

Tints of Ferra #817070

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 value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817070 (or 0x817070) is known color: 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

RGB 129 112 112 -
CMYK 0 0.13 0.13 0.49
HSL 0.07% 0.47% -
HSV(B) 0.13% 0.51% -
XYZ 17.77 17.43 17.76 -
YUV 117.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 129 112 112 0 0.13 0.13 0.49 0 0.07 0.47
Hex 81 70 70 0 D D 31 0 7 2F
Octal 201 160 160 0 15 15 61 0 7 57
Binary 10000001 1110000 1110000 0 1101 1101 110001 0 111 101111

Color Harmonies of #817070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817070

Black with #817070

Text Example


Text Example

White with #817070

Text Example


Text Example

HTML Codes & Css Web 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>