Html Css Color HEX #88726A Ferra

📋 copy color: '#88726A'

red 136 ◦ green 114 ◦ blue 106

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

Shades of Ferra #88726A

Tints of Ferra #88726A

RGB

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

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

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

R = 38.2%
G = 32.02%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88726A (or 0x88726A) is known color: Ferra. HEX triplet: 88, 72 and 6A. RGB value is (136,114,106). Sum of RGB (Red+Green+Blue) = 136+114+106=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726A is #778D95. Grayscale: #777777. Windows color (decimal): -7835030 or 6976136. OLE color: 6976136.

HSL color Cylindrical-coordinate representation of color #88726A: hue angle of 16º 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 #88726A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 106 -
CMYK 0 0.16 0.22 0.47
HSL 16º 0.12% 0.47% -
HSV(B) 16º 0.22% 0.53% -
XYZ 18.77 18.31 16.18 -
YUV 119.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 136 114 106 0 0.16 0.22 0.47 16 0.12 0.47
Hex 88 72 6A 0 10 16 2F 10 C 2F
Octal 210 162 152 0 20 26 57 20 14 57
Binary 10001000 1110010 1101010 0 10000 10110 101111 10000 1100 101111

Color Harmonies of #88726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88726A

Black with #88726A

Text Example


Text Example

White with #88726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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