Html Css Color HEX #81716E Ferra

📋 copy color: '#81716E'

red 129 ◦ green 113 ◦ blue 110

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

Shades of Ferra #81716E

Tints of Ferra #81716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 36.65%
G = 32.1%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81716E (or 0x81716E) is known color: Ferra. HEX triplet: 81, 71 and 6E. RGB value is (129,113,110). Sum of RGB (Red+Green+Blue) = 129+113+110=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #81716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81716E is #7E8E91. Grayscale: #757575. Windows color (decimal): -8294034 or 7238017. OLE color: 7238017.

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

Color convert

RGB 129 113 110 -
CMYK 0 0.12 0.15 0.49
HSL 9.47º 0.08% 0.47% -
HSV(B) 9.47º 0.15% 0.51% -
XYZ 17.77 17.6 17.21 -
YUV 117.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 129 113 110 0 0.12 0.15 0.49 9.47 0.08 0.47
Hex 81 71 6E 0 C F 31 9 8 2F
Octal 201 161 156 0 14 17 61 11 10 57
Binary 10000001 1110001 1101110 0 1100 1111 110001 1001 1000 101111

Color Harmonies of #81716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81716E

Black with #81716E

Text Example


Text Example

White with #81716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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