Html Css Color HEX #858076 Concord

📋 copy color: '#858076'

red 133 ◦ green 128 ◦ blue 118

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

Shades of Concord #858076

Tints of Concord #858076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 35.09%
G = 33.77%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#858076 (or 0x858076) is known color: Concord. HEX triplet: 85, 80 and 76. RGB value is (133,128,118). Sum of RGB (Red+Green+Blue) = 133+128+118=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858076 is #7A7F89. Grayscale: #808080. Windows color (decimal): -8028042 or 7766149. OLE color: 7766149.

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

Color convert

RGB 133 128 118 -
CMYK 0 0.04 0.11 0.48
HSL 40º 0.06% 0.49% -
HSV(B) 40º 0.11% 0.52% -
XYZ 20.66 21.73 20.25 -
YUV 128.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 133 128 118 0 0.04 0.11 0.48 40 0.06 0.49
Hex 85 80 76 0 4 B 30 28 6 31
Octal 205 200 166 0 4 13 60 50 6 61
Binary 10000101 10000000 1110110 0 100 1011 110000 101000 110 110001

Color Harmonies of #858076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858076

Black with #858076

Text Example


Text Example

White with #858076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858076; }

 p { color: rgb(133,128,118); }

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

background-color css

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

 a { background-color: rgb(133,128,118); }

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

border-color css

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

 span { border-color: rgb(133,128,118); }

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