Html Css Color HEX #82706F Ferra

📋 copy color: '#82706F'

red 130 ◦ green 112 ◦ blue 111

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

Shades of Ferra #82706F

Tints of Ferra #82706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 36.83%
G = 31.73%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82706F (or 0x82706F) is known color: Ferra. HEX triplet: 82, 70 and 6F. RGB value is (130,112,111). Sum of RGB (Red+Green+Blue) = 130+112+111=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706F is #7D8F90. Grayscale: #757575. Windows color (decimal): -8228753 or 7303298. OLE color: 7303298.

HSL color Cylindrical-coordinate representation of color #82706F: hue angle of 3.16º 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 #82706F is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 111 -
CMYK 0 0.14 0.15 0.49
HSL 3.16º 0.08% 0.47% -
HSV(B) 3.16º 0.15% 0.51% -
XYZ 17.87 17.48 17.47 -
YUV 117.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 130 112 111 0 0.14 0.15 0.49 3.16 0.08 0.47
Hex 82 70 6F 0 E F 31 3 8 2F
Octal 202 160 157 0 16 17 61 3 10 57
Binary 10000010 1110000 1101111 0 1110 1111 110001 11 1000 101111

Color Harmonies of #82706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82706F

Black with #82706F

Text Example


Text Example

White with #82706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82706F; }

 p { color: rgb(130,112,111); }

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

background-color css

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

 a { background-color: rgb(130,112,111); }

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

border-color css

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

 span { border-color: rgb(130,112,111); }

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