Html Css Color HEX #7E7A73 Concord

📋 copy color: '#7E7A73'

red 126 ◦ green 122 ◦ blue 115

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

Shades of Concord #7E7A73

Tints of Concord #7E7A73

RGB

 RED value IS 126 (49.61% from 255) = 34.71%

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 34.71%
G = 33.61%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7E7A73 (or 0x7E7A73) is known color: Concord. HEX triplet: 7E, 7A and 73. RGB value is (126,122,115). Sum of RGB (Red+Green+Blue) = 126+122+115=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A73 is #81858C. Grayscale: #7A7A7A. Windows color (decimal): -8488333 or 7567998. OLE color: 7567998.

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

Color convert

RGB 126 122 115 -
CMYK 0 0.03 0.09 0.51
HSL 38.18º 0.05% 0.47% -
HSV(B) 38.18º 0.09% 0.49% -
XYZ 18.66 19.59 19.02 -
YUV 122.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 126 122 115 0 0.03 0.09 0.51 38.18 0.05 0.47
Hex 7E 7A 73 0 3 9 33 26 5 2F
Octal 176 172 163 0 3 11 63 46 5 57
Binary 1111110 1111010 1110011 0 11 1001 110011 100110 101 101111

Color Harmonies of #7E7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7A73

Black with #7E7A73

Text Example


Text Example

White with #7E7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7A73; }

 p { color: rgb(126,122,115); }

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

background-color css

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

 a { background-color: rgb(126,122,115); }

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

border-color css

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

 span { border-color: rgb(126,122,115); }

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