Html Css Color HEX #888072 Concord

📋 copy color: '#888072'

red 136 ◦ green 128 ◦ blue 114

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

Shades of Concord #888072

Tints of Concord #888072

RGB

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

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

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

R = 35.98%
G = 33.86%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#888072 (or 0x888072) is known color: Concord. HEX triplet: 88, 80 and 72. RGB value is (136,128,114). Sum of RGB (Red+Green+Blue) = 136+128+114=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #888072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888072 is #777F8D. Grayscale: #808080. Windows color (decimal): -7831438 or 7504008. OLE color: 7504008.

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

Color convert

RGB 136 128 114 -
CMYK 0 0.06 0.16 0.47
HSL 38.18º 0.09% 0.49% -
HSV(B) 38.18º 0.16% 0.53% -
XYZ 20.91 21.89 19.04 -
YUV 128.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 136 128 114 0 0.06 0.16 0.47 38.18 0.09 0.49
Hex 88 80 72 0 6 10 2F 26 9 31
Octal 210 200 162 0 6 20 57 46 11 61
Binary 10001000 10000000 1110010 0 110 10000 101111 100110 1001 110001

Color Harmonies of #888072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888072

Black with #888072

Text Example


Text Example

White with #888072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888072; }

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

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

background-color css

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

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

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

border-color css

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

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

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