Html Css Color HEX #858077 Concord

📋 copy color: '#858077'

red 133 ◦ green 128 ◦ blue 119

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

Shades of Concord #858077

Tints of Concord #858077

RGB

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

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

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

R = 35%
G = 33.68%
B = 31.32%

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

#858077 (or 0x858077) is known color: Concord. HEX triplet: 85, 80 and 77. RGB value is (133,128,119). Sum of RGB (Red+Green+Blue) = 133+128+119=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858077 is #7A7F88. Grayscale: #808080. Windows color (decimal): -8028041 or 7831685. OLE color: 7831685.

HSL color Cylindrical-coordinate representation of color #858077: hue angle of 38.57º 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 #858077 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 119 -
CMYK 0 0.04 0.11 0.48
HSL 38.57º 0.06% 0.49% -
HSV(B) 38.57º 0.11% 0.52% -
XYZ 20.72 21.76 20.56 -
YUV 128.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 133 128 119 0 0.04 0.11 0.48 38.57 0.06 0.49
Hex 85 80 77 0 4 B 30 27 6 31
Octal 205 200 167 0 4 13 60 47 6 61
Binary 10000101 10000000 1110111 0 100 1011 110000 100111 110 110001

Color Harmonies of #858077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858077

Black with #858077

Text Example


Text Example

White with #858077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858077; }

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

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

background-color css

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

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

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

border-color css

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

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

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