Html Css Color HEX #837F75 Concord

📋 copy color: '#837F75'

red 131 ◦ green 127 ◦ blue 117

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

Shades of Concord #837F75

Tints of Concord #837F75

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

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

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

R = 34.93%
G = 33.87%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837F75 (or 0x837F75) is known color: Concord. HEX triplet: 83, 7F and 75. RGB value is (131,127,117). Sum of RGB (Red+Green+Blue) = 131+127+117=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #837F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F75 is #7C808A. Grayscale: #7F7F7F. Windows color (decimal): -8159371 or 7700355. OLE color: 7700355.

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

Color convert

RGB 131 127 117 -
CMYK 0 0.03 0.11 0.49
HSL 42.86º 0.06% 0.49% -
HSV(B) 42.86º 0.11% 0.51% -
XYZ 20.16 21.29 19.88 -
YUV 127.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 131 127 117 0 0.03 0.11 0.49 42.86 0.06 0.49
Hex 83 7F 75 0 3 B 31 2B 6 31
Octal 203 177 165 0 3 13 61 53 6 61
Binary 10000011 1111111 1110101 0 11 1011 110001 101011 110 110001

Color Harmonies of #837F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F75

Black with #837F75

Text Example


Text Example

White with #837F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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