Html Css Color HEX #85726E Ferra

📋 copy color: '#85726E'

red 133 ◦ green 114 ◦ blue 110

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

Shades of Ferra #85726E

Tints of Ferra #85726E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 37.25%
G = 31.93%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85726E (or 0x85726E) is known color: Ferra. HEX triplet: 85, 72 and 6E. RGB value is (133,114,110). Sum of RGB (Red+Green+Blue) = 133+114+110=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85726E is #7A8D91. Grayscale: #777777. Windows color (decimal): -8031634 or 7238277. OLE color: 7238277.

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

Color convert

RGB 133 114 110 -
CMYK 0 0.14 0.17 0.48
HSL 10.43º 0.09% 0.48% -
HSV(B) 10.43º 0.17% 0.52% -
XYZ 18.5 18.15 17.28 -
YUV 119.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 133 114 110 0 0.14 0.17 0.48 10.43 0.09 0.48
Hex 85 72 6E 0 E 11 30 A 9 30
Octal 205 162 156 0 16 21 60 12 11 60
Binary 10000101 1110010 1101110 0 1110 10001 110000 1010 1001 110000

Color Harmonies of #85726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85726E

Black with #85726E

Text Example


Text Example

White with #85726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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