Html Css Color HEX #858074 Concord

📋 copy color: '#858074'

red 133 ◦ green 128 ◦ blue 116

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

Shades of Concord #858074

Tints of Concord #858074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 35.28%
G = 33.95%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#858074 (or 0x858074) is known color: Concord. HEX triplet: 85, 80 and 74. RGB value is (133,128,116). Sum of RGB (Red+Green+Blue) = 133+128+116=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #858074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858074 is #7A7F8B. Grayscale: #808080. Windows color (decimal): -8028044 or 7635077. OLE color: 7635077.

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

Color convert

RGB 133 128 116 -
CMYK 0 0.04 0.13 0.48
HSL 42.35º 0.07% 0.49% -
HSV(B) 42.35º 0.13% 0.52% -
XYZ 20.54 21.69 19.63 -
YUV 128.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 133 128 116 0 0.04 0.13 0.48 42.35 0.07 0.49
Hex 85 80 74 0 4 D 30 2A 7 31
Octal 205 200 164 0 4 15 60 52 7 61
Binary 10000101 10000000 1110100 0 100 1101 110000 101010 111 110001

Color Harmonies of #858074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858074

Black with #858074

Text Example


Text Example

White with #858074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858074; }

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

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

background-color css

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

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

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

border-color css

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

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

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