Html Css Color HEX #85726C Ferra

📋 copy color: '#85726C'

red 133 ◦ green 114 ◦ blue 108

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

Shades of Ferra #85726C

Tints of Ferra #85726C

RGB

 RED value IS 133 (52.34% from 255) = 37.46%

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 37.46%
G = 32.11%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85726C (or 0x85726C) is known color: Ferra. HEX triplet: 85, 72 and 6C. RGB value is (133,114,108). Sum of RGB (Red+Green+Blue) = 133+114+108=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85726C is #7A8D93. Grayscale: #777777. Windows color (decimal): -8031636 or 7107205. OLE color: 7107205.

HSL color Cylindrical-coordinate representation of color #85726C: hue angle of 14.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85726C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 108 -
CMYK 0 0.14 0.19 0.48
HSL 14.4º 0.1% 0.47% -
HSV(B) 14.4º 0.19% 0.52% -
XYZ 18.4 18.1 16.71 -
YUV 119 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 133 114 108 0 0.14 0.19 0.48 14.4 0.1 0.47
Hex 85 72 6C 0 E 13 30 E A 2F
Octal 205 162 154 0 16 23 60 16 12 57
Binary 10000101 1110010 1101100 0 1110 10011 110000 1110 1010 101111

Color Harmonies of #85726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85726C

Black with #85726C

Text Example


Text Example

White with #85726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85726C; }

 p { color: rgb(133,114,108); }

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

background-color css

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

 a { background-color: rgb(133,114,108); }

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

border-color css

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

 span { border-color: rgb(133,114,108); }

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