Html Css Color HEX #888070 Concord

📋 copy color: '#888070'

red 136 ◦ green 128 ◦ blue 112

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

Shades of Concord #888070

Tints of Concord #888070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 36.17%
G = 34.04%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#888070 (or 0x888070) is known color: Concord. HEX triplet: 88, 80 and 70. RGB value is (136,128,112). Sum of RGB (Red+Green+Blue) = 136+128+112=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #888070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888070 is #777F8F. Grayscale: #808080. Windows color (decimal): -7831440 or 7372936. OLE color: 7372936.

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

Color convert

RGB 136 128 112 -
CMYK 0 0.06 0.18 0.47
HSL 40º 0.1% 0.49% -
HSV(B) 40º 0.18% 0.53% -
XYZ 20.8 21.84 18.45 -
YUV 128.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 136 128 112 0 0.06 0.18 0.47 40 0.1 0.49
Hex 88 80 70 0 6 12 2F 28 A 31
Octal 210 200 160 0 6 22 57 50 12 61
Binary 10001000 10000000 1110000 0 110 10010 101111 101000 1010 110001

Color Harmonies of #888070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888070

Black with #888070

Text Example


Text Example

White with #888070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888070; }

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

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

background-color css

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

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

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

border-color css

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

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

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