Html Css Color HEX #857F75 Concord

📋 copy color: '#857F75'

red 133 ◦ green 127 ◦ blue 117

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

Shades of Concord #857F75

Tints of Concord #857F75

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 35.28%
G = 33.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857F75 (or 0x857F75) is known color: Concord. HEX triplet: 85, 7F and 75. RGB value is (133,127,117). Sum of RGB (Red+Green+Blue) = 133+127+117=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F75 is #7A808A. Grayscale: #7F7F7F. Windows color (decimal): -8028299 or 7700357. OLE color: 7700357.

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

Color convert

RGB 133 127 117 -
CMYK 0 0.05 0.12 0.48
HSL 37.5º 0.06% 0.49% -
HSV(B) 37.5º 0.12% 0.52% -
XYZ 20.47 21.45 19.89 -
YUV 127.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 133 127 117 0 0.05 0.12 0.48 37.5 0.06 0.49
Hex 85 7F 75 0 5 C 30 26 6 31
Octal 205 177 165 0 5 14 60 46 6 61
Binary 10000101 1111111 1110101 0 101 1100 110000 100110 110 110001

Color Harmonies of #857F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F75

Black with #857F75

Text Example


Text Example

White with #857F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,117); }

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

background-color css

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

 a { background-color: rgb(133,127,117); }

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

border-color css

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

 span { border-color: rgb(133,127,117); }

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