Html Css Color HEX #838079 Concord

📋 copy color: '#838079'

red 131 ◦ green 128 ◦ blue 121

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

Shades of Concord #838079

Tints of Concord #838079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 34.47%
G = 33.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#838079 (or 0x838079) is known color: Concord. HEX triplet: 83, 80 and 79. RGB value is (131,128,121). Sum of RGB (Red+Green+Blue) = 131+128+121=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 131 - color contains mainly: red. Hex color #838079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838079 is #7C7F86. Grayscale: #808080. Windows color (decimal): -8159111 or 7962755. OLE color: 7962755.

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

Color convert

RGB 131 128 121 -
CMYK 0 0.02 0.08 0.49
HSL 42º 0.04% 0.49% -
HSV(B) 42º 0.08% 0.51% -
XYZ 20.53 21.64 21.18 -
YUV 128.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 131 128 121 0 0.02 0.08 0.49 42 0.04 0.49
Hex 83 80 79 0 2 8 31 2A 4 31
Octal 203 200 171 0 2 10 61 52 4 61
Binary 10000011 10000000 1111001 0 10 1000 110001 101010 100 110001

Color Harmonies of #838079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838079

Black with #838079

Text Example


Text Example

White with #838079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838079; }

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

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

background-color css

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

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

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

border-color css

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

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

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