Html Css Color HEX #82716C Ferra

📋 copy color: '#82716C'

red 130 ◦ green 113 ◦ blue 108

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

Shades of Ferra #82716C

Tints of Ferra #82716C

RGB

 RED value IS 130 (51.17% from 255) = 37.04%

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 37.04%
G = 32.19%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82716C (or 0x82716C) is known color: Ferra. HEX triplet: 82, 71 and 6C. RGB value is (130,113,108). Sum of RGB (Red+Green+Blue) = 130+113+108=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82716C is #7D8E93. Grayscale: #757575. Windows color (decimal): -8228500 or 7106946. OLE color: 7106946.

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

Color convert

RGB 130 113 108 -
CMYK 0 0.13 0.17 0.49
HSL 13.64º 0.09% 0.47% -
HSV(B) 13.64º 0.17% 0.51% -
XYZ 17.82 17.64 16.65 -
YUV 117.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 130 113 108 0 0.13 0.17 0.49 13.64 0.09 0.47
Hex 82 71 6C 0 D 11 31 E 9 2F
Octal 202 161 154 0 15 21 61 16 11 57
Binary 10000010 1110001 1101100 0 1101 10001 110001 1110 1001 101111

Color Harmonies of #82716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82716C

Black with #82716C

Text Example


Text Example

White with #82716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82716C; }

 p { color: rgb(130,113,108); }

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

background-color css

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

 a { background-color: rgb(130,113,108); }

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

border-color css

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

 span { border-color: rgb(130,113,108); }

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