Html Css Color HEX #858178 Concord

📋 copy color: '#858178'

red 133 ◦ green 129 ◦ blue 120

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

Shades of Concord #858178

Tints of Concord #858178

RGB

 RED value IS 133 (52.34% from 255) = 34.82%

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

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 34.82%
G = 33.77%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#858178 (or 0x858178) is known color: Concord. HEX triplet: 85, 81 and 78. RGB value is (133,129,120). Sum of RGB (Red+Green+Blue) = 133+129+120=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858178 is #7A7E87. Grayscale: #818181. Windows color (decimal): -8027784 or 7897477. OLE color: 7897477.

HSL color Cylindrical-coordinate representation of color #858178: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858178 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 120 -
CMYK 0 0.03 0.10 0.48
HSL 41.54º 0.05% 0.5% -
HSV(B) 41.54º 0.1% 0.52% -
XYZ 20.91 22.04 20.92 -
YUV 129.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 133 129 120 0 0.03 0.10 0.48 41.54 0.05 0.5
Hex 85 81 78 0 3 A 30 2A 5 32
Octal 205 201 170 0 3 12 60 52 5 62
Binary 10000101 10000001 1111000 0 11 1010 110000 101010 101 110010

Color Harmonies of #858178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858178

Black with #858178

Text Example


Text Example

White with #858178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858178; }

 p { color: rgb(133,129,120); }

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

background-color css

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

 a { background-color: rgb(133,129,120); }

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

border-color css

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

 span { border-color: rgb(133,129,120); }

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