Html Css Color HEX #837F77 Concord

📋 copy color: '#837F77'

red 131 ◦ green 127 ◦ blue 119

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

Shades of Concord #837F77

Tints of Concord #837F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 34.75%
G = 33.69%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#837F77 (or 0x837F77) is known color: Concord. HEX triplet: 83, 7F and 77. RGB value is (131,127,119). Sum of RGB (Red+Green+Blue) = 131+127+119=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #837F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F77 is #7C8088. Grayscale: #7F7F7F. Windows color (decimal): -8159369 or 7831427. OLE color: 7831427.

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

Color convert

RGB 131 127 119 -
CMYK 0 0.03 0.09 0.49
HSL 40º 0.05% 0.49% -
HSV(B) 40º 0.09% 0.51% -
XYZ 20.28 21.34 20.5 -
YUV 127.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 131 127 119 0 0.03 0.09 0.49 40 0.05 0.49
Hex 83 7F 77 0 3 9 31 28 5 31
Octal 203 177 167 0 3 11 61 50 5 61
Binary 10000011 1111111 1110111 0 11 1001 110001 101000 101 110001

Color Harmonies of #837F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F77

Black with #837F77

Text Example


Text Example

White with #837F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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