Html Css Color HEX #83807A Concord

📋 copy color: '#83807A'

red 131 ◦ green 128 ◦ blue 122

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

Shades of Concord #83807A

Tints of Concord #83807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 34.38%
G = 33.6%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83807A (or 0x83807A) is known color: Concord. HEX triplet: 83, 80 and 7A. RGB value is (131,128,122). Sum of RGB (Red+Green+Blue) = 131+128+122=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 131 - color contains mainly: red. Hex color #83807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807A is #7C7F85. Grayscale: #808080. Windows color (decimal): -8159110 or 8028291. OLE color: 8028291.

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

Color convert

RGB 131 128 122 -
CMYK 0 0.02 0.07 0.49
HSL 40º 0.04% 0.5% -
HSV(B) 40º 0.07% 0.51% -
XYZ 20.59 21.67 21.51 -
YUV 128.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 131 128 122 0 0.02 0.07 0.49 40 0.04 0.5
Hex 83 80 7A 0 2 7 31 28 4 32
Octal 203 200 172 0 2 7 61 50 4 62
Binary 10000011 10000000 1111010 0 10 111 110001 101000 100 110010

Color Harmonies of #83807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83807A

Black with #83807A

Text Example


Text Example

White with #83807A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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