Html Css Color HEX #88716E Ferra

📋 copy color: '#88716E'

red 136 ◦ green 113 ◦ blue 110

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

Shades of Ferra #88716E

Tints of Ferra #88716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

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

R = 37.88%
G = 31.48%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88716E (or 0x88716E) is known color: Ferra. HEX triplet: 88, 71 and 6E. RGB value is (136,113,110). Sum of RGB (Red+Green+Blue) = 136+113+110=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88716E is #778E91. Grayscale: #777777. Windows color (decimal): -7835282 or 7238024. OLE color: 7238024.

HSL color Cylindrical-coordinate representation of color #88716E: hue angle of 6.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88716E is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 110 -
CMYK 0 0.17 0.19 0.47
HSL 6.92º 0.11% 0.48% -
HSV(B) 6.92º 0.19% 0.53% -
XYZ 18.87 18.17 17.26 -
YUV 119.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 136 113 110 0 0.17 0.19 0.47 6.92 0.11 0.48
Hex 88 71 6E 0 11 13 2F 7 B 30
Octal 210 161 156 0 21 23 57 7 13 60
Binary 10001000 1110001 1101110 0 10001 10011 101111 111 1011 110000

Color Harmonies of #88716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88716E

Black with #88716E

Text Example


Text Example

White with #88716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,113,110); }

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

background-color css

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

 a { background-color: rgb(136,113,110); }

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

border-color css

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

 span { border-color: rgb(136,113,110); }

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