Html Css Color HEX #82706D Ferra

📋 copy color: '#82706D'

red 130 ◦ green 112 ◦ blue 109

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

Shades of Ferra #82706D

Tints of Ferra #82706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 37.04%
G = 31.91%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82706D (or 0x82706D) is known color: Ferra. HEX triplet: 82, 70 and 6D. RGB value is (130,112,109). Sum of RGB (Red+Green+Blue) = 130+112+109=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706D is #7D8F92. Grayscale: #757575. Windows color (decimal): -8228755 or 7172226. OLE color: 7172226.

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

Color convert

RGB 130 112 109 -
CMYK 0 0.14 0.16 0.49
HSL 8.57º 0.09% 0.47% -
HSV(B) 8.57º 0.16% 0.51% -
XYZ 17.76 17.44 16.9 -
YUV 117.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 130 112 109 0 0.14 0.16 0.49 8.57 0.09 0.47
Hex 82 70 6D 0 E 10 31 9 9 2F
Octal 202 160 155 0 16 20 61 11 11 57
Binary 10000010 1110000 1101101 0 1110 10000 110001 1001 1001 101111

Color Harmonies of #82706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82706D

Black with #82706D

Text Example


Text Example

White with #82706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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