Html Css Color HEX #817471 Ferra

📋 copy color: '#817471'

red 129 ◦ green 116 ◦ blue 113

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

Shades of Ferra #817471

Tints of Ferra #817471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 36.03%
G = 32.4%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#817471 (or 0x817471) is known color: Ferra. HEX triplet: 81, 74 and 71. RGB value is (129,116,113). Sum of RGB (Red+Green+Blue) = 129+116+113=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #817471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817471 is #7E8B8E. Grayscale: #777777. Windows color (decimal): -8293263 or 7435393. OLE color: 7435393.

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

Color convert

RGB 129 116 113 -
CMYK 0 0.10 0.12 0.49
HSL 11.25º 0.07% 0.47% -
HSV(B) 11.25º 0.12% 0.51% -
XYZ 18.28 18.35 18.2 -
YUV 119.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 129 116 113 0 0.10 0.12 0.49 11.25 0.07 0.47
Hex 81 74 71 0 A C 31 B 7 2F
Octal 201 164 161 0 12 14 61 13 7 57
Binary 10000001 1110100 1110001 0 1010 1100 110001 1011 111 101111

Color Harmonies of #817471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817471

Black with #817471

Text Example


Text Example

White with #817471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817471; }

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

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

background-color css

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

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

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

border-color css

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

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

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