Html Css Color HEX #817170 Ferra

📋 copy color: '#817170'

red 129 ◦ green 113 ◦ blue 112

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

Shades of Ferra #817170

Tints of Ferra #817170

RGB

 RED value IS 129 (50.78% from 255) = 36.44%

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 36.44%
G = 31.92%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817170 (or 0x817170) is known color: Ferra. HEX triplet: 81, 71 and 70. RGB value is (129,113,112). Sum of RGB (Red+Green+Blue) = 129+113+112=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #817170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817170 is #7E8E8F. Grayscale: #757575. Windows color (decimal): -8294032 or 7369089. OLE color: 7369089.

HSL color Cylindrical-coordinate representation of color #817170: hue angle of 3.53º 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 #817170 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 113 112 -
CMYK 0 0.12 0.13 0.49
HSL 3.53º 0.07% 0.47% -
HSV(B) 3.53º 0.13% 0.51% -
XYZ 17.88 17.65 17.79 -
YUV 117.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 129 113 112 0 0.12 0.13 0.49 3.53 0.07 0.47
Hex 81 71 70 0 C D 31 4 7 2F
Octal 201 161 160 0 14 15 61 4 7 57
Binary 10000001 1110001 1110000 0 1100 1101 110001 100 111 101111

Color Harmonies of #817170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817170

Black with #817170

Text Example


Text Example

White with #817170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817170; }

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

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

background-color css

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

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

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

border-color css

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

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

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