Html Css Color HEX #88726F Ferra

📋 copy color: '#88726F'

red 136 ◦ green 114 ◦ blue 111

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

Shades of Ferra #88726F

Tints of Ferra #88726F

RGB

 RED value IS 136 (53.52% from 255) = 37.67%

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

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

R = 37.67%
G = 31.58%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88726F (or 0x88726F) is known color: Ferra. HEX triplet: 88, 72 and 6F. RGB value is (136,114,111). Sum of RGB (Red+Green+Blue) = 136+114+111=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726F is #778D90. Grayscale: #787878. Windows color (decimal): -7835025 or 7303816. OLE color: 7303816.

HSL color Cylindrical-coordinate representation of color #88726F: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88726F is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 111 -
CMYK 0 0.16 0.18 0.47
HSL 7.2º 0.1% 0.48% -
HSV(B) 7.2º 0.18% 0.53% -
XYZ 19.04 18.42 17.59 -
YUV 120.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 136 114 111 0 0.16 0.18 0.47 7.2 0.1 0.48
Hex 88 72 6F 0 10 12 2F 7 A 30
Octal 210 162 157 0 20 22 57 7 12 60
Binary 10001000 1110010 1101111 0 10000 10010 101111 111 1010 110000

Color Harmonies of #88726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88726F

Black with #88726F

Text Example


Text Example

White with #88726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,114,111); }

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

background-color css

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

 a { background-color: rgb(136,114,111); }

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

border-color css

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

 span { border-color: rgb(136,114,111); }

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