Html Css Color HEX #888277 Concord

📋 copy color: '#888277'

red 136 ◦ green 130 ◦ blue 119

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

Shades of Concord #888277

Tints of Concord #888277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 35.32%
G = 33.77%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#888277 (or 0x888277) is known color: Concord. HEX triplet: 88, 82 and 77. RGB value is (136,130,119). Sum of RGB (Red+Green+Blue) = 136+130+119=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888277 is #777D88. Grayscale: #828282. Windows color (decimal): -7830921 or 7832200. OLE color: 7832200.

HSL color Cylindrical-coordinate representation of color #888277: hue angle of 38.82º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888277 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 119 -
CMYK 0 0.04 0.12 0.47
HSL 38.82º 0.07% 0.5% -
HSV(B) 38.82º 0.13% 0.53% -
XYZ 21.47 22.53 20.67 -
YUV 130.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 136 130 119 0 0.04 0.12 0.47 38.82 0.07 0.5
Hex 88 82 77 0 4 C 2F 27 7 32
Octal 210 202 167 0 4 14 57 47 7 62
Binary 10001000 10000010 1110111 0 100 1100 101111 100111 111 110010

Color Harmonies of #888277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888277

Black with #888277

Text Example


Text Example

White with #888277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888277; }

 p { color: rgb(136,130,119); }

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

background-color css

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

 a { background-color: rgb(136,130,119); }

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

border-color css

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

 span { border-color: rgb(136,130,119); }

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