Html Css Color HEX #82736F Ferra

📋 copy color: '#82736F'

red 130 ◦ green 115 ◦ blue 111

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

Shades of Ferra #82736F

Tints of Ferra #82736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 36.52%
G = 32.3%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82736F (or 0x82736F) is known color: Ferra. HEX triplet: 82, 73 and 6F. RGB value is (130,115,111). Sum of RGB (Red+Green+Blue) = 130+115+111=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82736F is #7D8C90. Grayscale: #777777. Windows color (decimal): -8227985 or 7304066. OLE color: 7304066.

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

Color convert

RGB 130 115 111 -
CMYK 0 0.12 0.15 0.49
HSL 12.63º 0.08% 0.47% -
HSV(B) 12.63º 0.15% 0.51% -
XYZ 18.21 18.15 17.58 -
YUV 119.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 130 115 111 0 0.12 0.15 0.49 12.63 0.08 0.47
Hex 82 73 6F 0 C F 31 D 8 2F
Octal 202 163 157 0 14 17 61 15 10 57
Binary 10000010 1110011 1101111 0 1100 1111 110001 1101 1000 101111

Color Harmonies of #82736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82736F

Black with #82736F

Text Example


Text Example

White with #82736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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