Html Css Color HEX #888071 Concord

📋 copy color: '#888071'

red 136 ◦ green 128 ◦ blue 113

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

Shades of Concord #888071

Tints of Concord #888071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 36.07%
G = 33.95%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#888071 (or 0x888071) is known color: Concord. HEX triplet: 88, 80 and 71. RGB value is (136,128,113). Sum of RGB (Red+Green+Blue) = 136+128+113=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #888071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888071 is #777F8E. Grayscale: #808080. Windows color (decimal): -7831439 or 7438472. OLE color: 7438472.

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

Color convert

RGB 136 128 113 -
CMYK 0 0.06 0.17 0.47
HSL 39.13º 0.09% 0.49% -
HSV(B) 39.13º 0.17% 0.53% -
XYZ 20.85 21.86 18.74 -
YUV 128.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 136 128 113 0 0.06 0.17 0.47 39.13 0.09 0.49
Hex 88 80 71 0 6 11 2F 27 9 31
Octal 210 200 161 0 6 21 57 47 11 61
Binary 10001000 10000000 1110001 0 110 10001 101111 100111 1001 110001

Color Harmonies of #888071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888071

Black with #888071

Text Example


Text Example

White with #888071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888071; }

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

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

background-color css

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

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

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

border-color css

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

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

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