Html Css Color HEX #837D75 Concord

📋 copy color: '#837D75'

red 131 ◦ green 125 ◦ blue 117

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

Shades of Concord #837D75

Tints of Concord #837D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

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

R = 35.12%
G = 33.51%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837D75 (or 0x837D75) is known color: Concord. HEX triplet: 83, 7D and 75. RGB value is (131,125,117). Sum of RGB (Red+Green+Blue) = 131+125+117=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D75 is #7C828A. Grayscale: #7D7D7D. Windows color (decimal): -8159883 or 7699843. OLE color: 7699843.

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

Color convert

RGB 131 125 117 -
CMYK 0 0.05 0.11 0.49
HSL 34.29º 0.06% 0.49% -
HSV(B) 34.29º 0.11% 0.51% -
XYZ 19.9 20.78 19.79 -
YUV 125.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 131 125 117 0 0.05 0.11 0.49 34.29 0.06 0.49
Hex 83 7D 75 0 5 B 31 22 6 31
Octal 203 175 165 0 5 13 61 42 6 61
Binary 10000011 1111101 1110101 0 101 1011 110001 100010 110 110001

Color Harmonies of #837D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D75

Black with #837D75

Text Example


Text Example

White with #837D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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