Html Css Color HEX #837E75 Concord

📋 copy color: '#837E75'

red 131 ◦ green 126 ◦ blue 117

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

Shades of Concord #837E75

Tints of Concord #837E75

RGB

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

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

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

R = 35.03%
G = 33.69%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837E75 (or 0x837E75) is known color: Concord. HEX triplet: 83, 7E and 75. RGB value is (131,126,117). Sum of RGB (Red+Green+Blue) = 131+126+117=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #837E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E75 is #7C818A. Grayscale: #7E7E7E. Windows color (decimal): -8159627 or 7700099. OLE color: 7700099.

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

Color convert

RGB 131 126 117 -
CMYK 0 0.04 0.11 0.49
HSL 38.57º 0.06% 0.49% -
HSV(B) 38.57º 0.11% 0.51% -
XYZ 20.03 21.03 19.83 -
YUV 126.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 131 126 117 0 0.04 0.11 0.49 38.57 0.06 0.49
Hex 83 7E 75 0 4 B 31 27 6 31
Octal 203 176 165 0 4 13 61 47 6 61
Binary 10000011 1111110 1110101 0 100 1011 110001 100111 110 110001

Color Harmonies of #837E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E75

Black with #837E75

Text Example


Text Example

White with #837E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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