Html Css Color HEX #82706B Ferra

📋 copy color: '#82706B'

red 130 ◦ green 112 ◦ blue 107

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

Shades of Ferra #82706B

Tints of Ferra #82706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 37.25%
G = 32.09%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82706B (or 0x82706B) is known color: Ferra. HEX triplet: 82, 70 and 6B. RGB value is (130,112,107). Sum of RGB (Red+Green+Blue) = 130+112+107=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #82706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706B is #7D8F94. Grayscale: #747474. Windows color (decimal): -8228757 or 7041154. OLE color: 7041154.

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

Color convert

RGB 130 112 107 -
CMYK 0 0.14 0.18 0.49
HSL 13.04º 0.1% 0.46% -
HSV(B) 13.04º 0.18% 0.51% -
XYZ 17.65 17.4 16.34 -
YUV 116.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 130 112 107 0 0.14 0.18 0.49 13.04 0.1 0.46
Hex 82 70 6B 0 E 12 31 D A 2E
Octal 202 160 153 0 16 22 61 15 12 56
Binary 10000010 1110000 1101011 0 1110 10010 110001 1101 1010 101110

Color Harmonies of #82706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82706B

Black with #82706B

Text Example


Text Example

White with #82706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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