Html Css Color HEX #82726D Ferra

📋 copy color: '#82726D'

red 130 ◦ green 114 ◦ blue 109

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

Shades of Ferra #82726D

Tints of Ferra #82726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 36.83%
G = 32.29%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82726D (or 0x82726D) is known color: Ferra. HEX triplet: 82, 72 and 6D. RGB value is (130,114,109). Sum of RGB (Red+Green+Blue) = 130+114+109=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82726D is #7D8D92. Grayscale: #767676. Windows color (decimal): -8228243 or 7172738. OLE color: 7172738.

HSL color Cylindrical-coordinate representation of color #82726D: hue angle of 14.29º 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 #82726D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 109 -
CMYK 0 0.12 0.16 0.49
HSL 14.29º 0.09% 0.47% -
HSV(B) 14.29º 0.16% 0.51% -
XYZ 17.98 17.88 16.97 -
YUV 118.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 130 114 109 0 0.12 0.16 0.49 14.29 0.09 0.47
Hex 82 72 6D 0 C 10 31 E 9 2F
Octal 202 162 155 0 14 20 61 16 11 57
Binary 10000010 1110010 1101101 0 1100 10000 110001 1110 1001 101111

Color Harmonies of #82726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82726D

Black with #82726D

Text Example


Text Example

White with #82726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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