Html Css Color HEX #857E74 Concord

📋 copy color: '#857E74'

red 133 ◦ green 126 ◦ blue 116

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

Shades of Concord #857E74

Tints of Concord #857E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 35.47%
G = 33.6%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#857E74 (or 0x857E74) is known color: Concord. HEX triplet: 85, 7E and 74. RGB value is (133,126,116). Sum of RGB (Red+Green+Blue) = 133+126+116=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E74 is #7A818B. Grayscale: #7E7E7E. Windows color (decimal): -8028556 or 7634565. OLE color: 7634565.

HSL color Cylindrical-coordinate representation of color #857E74: hue angle of 35.29º 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 #857E74 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 116 -
CMYK 0 0.05 0.13 0.48
HSL 35.29º 0.07% 0.49% -
HSV(B) 35.29º 0.13% 0.52% -
XYZ 20.29 21.17 19.54 -
YUV 126.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 133 126 116 0 0.05 0.13 0.48 35.29 0.07 0.49
Hex 85 7E 74 0 5 D 30 23 7 31
Octal 205 176 164 0 5 15 60 43 7 61
Binary 10000101 1111110 1110100 0 101 1101 110000 100011 111 110001

Color Harmonies of #857E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E74

Black with #857E74

Text Example


Text Example

White with #857E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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