Html Css Color HEX #888172 Concord

📋 copy color: '#888172'

red 136 ◦ green 129 ◦ blue 114

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

Shades of Concord #888172

Tints of Concord #888172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 35.88%
G = 34.04%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#888172 (or 0x888172) is known color: Concord. HEX triplet: 88, 81 and 72. RGB value is (136,129,114). Sum of RGB (Red+Green+Blue) = 136+129+114=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #888172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888172 is #777E8D. Grayscale: #818181. Windows color (decimal): -7831182 or 7504264. OLE color: 7504264.

HSL color Cylindrical-coordinate representation of color #888172: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #888172 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 114 -
CMYK 0 0.05 0.16 0.47
HSL 40.91º 0.09% 0.49% -
HSV(B) 40.91º 0.16% 0.53% -
XYZ 21.04 22.15 19.09 -
YUV 129.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 136 129 114 0 0.05 0.16 0.47 40.91 0.09 0.49
Hex 88 81 72 0 5 10 2F 29 9 31
Octal 210 201 162 0 5 20 57 51 11 61
Binary 10001000 10000001 1110010 0 101 10000 101111 101001 1001 110001

Color Harmonies of #888172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888172

Black with #888172

Text Example


Text Example

White with #888172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888172; }

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

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

background-color css

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

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

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

border-color css

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

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

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