Html Css Color HEX #88726D Ferra

📋 copy color: '#88726D'

red 136 ◦ green 114 ◦ blue 109

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

Shades of Ferra #88726D

Tints of Ferra #88726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 37.88%
G = 31.75%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88726D (or 0x88726D) is known color: Ferra. HEX triplet: 88, 72 and 6D. RGB value is (136,114,109). Sum of RGB (Red+Green+Blue) = 136+114+109=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726D is #778D92. Grayscale: #787878. Windows color (decimal): -7835027 or 7172744. OLE color: 7172744.

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

Color convert

RGB 136 114 109 -
CMYK 0 0.16 0.20 0.47
HSL 11.11º 0.11% 0.48% -
HSV(B) 11.11º 0.2% 0.53% -
XYZ 18.93 18.37 17.02 -
YUV 120.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 136 114 109 0 0.16 0.20 0.47 11.11 0.11 0.48
Hex 88 72 6D 0 10 14 2F B B 30
Octal 210 162 155 0 20 24 57 13 13 60
Binary 10001000 1110010 1101101 0 10000 10100 101111 1011 1011 110000

Color Harmonies of #88726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88726D

Black with #88726D

Text Example


Text Example

White with #88726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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