Html Css Color HEX #83807C Concord

📋 copy color: '#83807C'

red 131 ◦ green 128 ◦ blue 124

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

Shades of Concord #83807C

Tints of Concord #83807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 34.2%
G = 33.42%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83807C (or 0x83807C) is known color: Concord. HEX triplet: 83, 80 and 7C. RGB value is (131,128,124). Sum of RGB (Red+Green+Blue) = 131+128+124=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #83807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807C is #7C7F83. Grayscale: #808080. Windows color (decimal): -8159108 or 8159363. OLE color: 8159363.

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

Color convert

RGB 131 128 124 -
CMYK 0 0.02 0.05 0.49
HSL 34.29º 0.03% 0.5% -
HSV(B) 34.29º 0.05% 0.51% -
XYZ 20.72 21.72 22.17 -
YUV 128.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 131 128 124 0 0.02 0.05 0.49 34.29 0.03 0.5
Hex 83 80 7C 0 2 5 31 22 3 32
Octal 203 200 174 0 2 5 61 42 3 62
Binary 10000011 10000000 1111100 0 10 101 110001 100010 11 110010

Color Harmonies of #83807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83807C

Black with #83807C

Text Example


Text Example

White with #83807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83807C; }

 p { color: rgb(131,128,124); }

 H1.HeaderClassName
 {
   color: #83807C;
 }
 .AnyTagClassName
 {
   color: #83807C;
 }
</style>

background-color css

<style>
 a { background-color: #83807C; }

 a { background-color: rgb(131,128,124); }

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

border-color css

<style>
 span { border-color: #83807C; }

 span { border-color: rgb(131,128,124); }

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