Html Css Color HEX #827372 Ferra

📋 copy color: '#827372'

red 130 ◦ green 115 ◦ blue 114

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

Shades of Ferra #827372

Tints of Ferra #827372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 36.21%
G = 32.03%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827372 (or 0x827372) is known color: Ferra. HEX triplet: 82, 73 and 72. RGB value is (130,115,114). Sum of RGB (Red+Green+Blue) = 130+115+114=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827372 is #7D8C8D. Grayscale: #777777. Windows color (decimal): -8227982 or 7500674. OLE color: 7500674.

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

Color convert

RGB 130 115 114 -
CMYK 0 0.12 0.12 0.49
HSL 3.75º 0.07% 0.48% -
HSV(B) 3.75º 0.12% 0.51% -
XYZ 18.37 18.22 18.47 -
YUV 119.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 130 115 114 0 0.12 0.12 0.49 3.75 0.07 0.48
Hex 82 73 72 0 C C 31 4 7 30
Octal 202 163 162 0 14 14 61 4 7 60
Binary 10000010 1110011 1110010 0 1100 1100 110001 100 111 110000

Color Harmonies of #827372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827372

Black with #827372

Text Example


Text Example

White with #827372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827372; }

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

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

background-color css

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

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

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

border-color css

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

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

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