Html Css Color HEX #88706A Ferra

📋 copy color: '#88706A'

red 136 ◦ green 112 ◦ blue 106

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

Shades of Ferra #88706A

Tints of Ferra #88706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 38.42%
G = 31.64%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88706A (or 0x88706A) is known color: Ferra. HEX triplet: 88, 70 and 6A. RGB value is (136,112,106). Sum of RGB (Red+Green+Blue) = 136+112+106=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #88706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88706A is #778F95. Grayscale: #767676. Windows color (decimal): -7835542 or 6975624. OLE color: 6975624.

HSL color Cylindrical-coordinate representation of color #88706A: hue angle of 12º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88706A is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 106 -
CMYK 0 0.18 0.22 0.47
HSL 12º 0.12% 0.47% -
HSV(B) 12º 0.22% 0.53% -
XYZ 18.55 17.86 16.11 -
YUV 118.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 136 112 106 0 0.18 0.22 0.47 12 0.12 0.47
Hex 88 70 6A 0 12 16 2F C C 2F
Octal 210 160 152 0 22 26 57 14 14 57
Binary 10001000 1110000 1101010 0 10010 10110 101111 1100 1100 101111

Color Harmonies of #88706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88706A

Black with #88706A

Text Example


Text Example

White with #88706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88706A; }

 p { color: rgb(136,112,106); }

 H1.HeaderClassName
 {
   color: #88706A;
 }
 .AnyTagClassName
 {
   color: #88706A;
 }
</style>

background-color css

<style>
 a { background-color: #88706A; }

 a { background-color: rgb(136,112,106); }

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

border-color css

<style>
 span { border-color: #88706A; }

 span { border-color: rgb(136,112,106); }

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