Html Css Color HEX #827270 Ferra

📋 copy color: '#827270'

red 130 ◦ green 114 ◦ blue 112

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

Shades of Ferra #827270

Tints of Ferra #827270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 36.52%
G = 32.02%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827270 (or 0x827270) is known color: Ferra. HEX triplet: 82, 72 and 70. RGB value is (130,114,112). Sum of RGB (Red+Green+Blue) = 130+114+112=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #827270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827270 is #7D8D8F. Grayscale: #767676. Windows color (decimal): -8228240 or 7369346. OLE color: 7369346.

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

Color convert

RGB 130 114 112 -
CMYK 0 0.12 0.14 0.49
HSL 6.67º 0.07% 0.47% -
HSV(B) 6.67º 0.14% 0.51% -
XYZ 18.15 17.95 17.84 -
YUV 118.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 130 114 112 0 0.12 0.14 0.49 6.67 0.07 0.47
Hex 82 72 70 0 C E 31 7 7 2F
Octal 202 162 160 0 14 16 61 7 7 57
Binary 10000010 1110010 1110000 0 1100 1110 110001 111 111 101111

Color Harmonies of #827270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827270

Black with #827270

Text Example


Text Example

White with #827270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827270; }

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

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

background-color css

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

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

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

border-color css

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

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

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