Html Css Color HEX #7C7871 Concord

📋 copy color: '#7C7871'

red 124 ◦ green 120 ◦ blue 113

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

Shades of Concord #7C7871

Tints of Concord #7C7871

RGB

 RED value IS 124 (48.83% from 255) = 34.73%

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 34.73%
G = 33.61%
B = 31.65%

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

#7C7871 (or 0x7C7871) is known color: Concord. HEX triplet: 7C, 78 and 71. RGB value is (124,120,113). Sum of RGB (Red+Green+Blue) = 124+120+113=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7871 is #83878E. Grayscale: #787878. Windows color (decimal): -8619919 or 7436412. OLE color: 7436412.

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

Color convert

RGB 124 120 113 -
CMYK 0 0.03 0.09 0.51
HSL 38.18º 0.05% 0.46% -
HSV(B) 38.18º 0.09% 0.49% -
XYZ 18.01 18.91 18.32 -
YUV 120.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 124 120 113 0 0.03 0.09 0.51 38.18 0.05 0.46
Hex 7C 78 71 0 3 9 33 26 5 2E
Octal 174 170 161 0 3 11 63 46 5 56
Binary 1111100 1111000 1110001 0 11 1001 110011 100110 101 101110

Color Harmonies of #7C7871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7871

Black with #7C7871

Text Example


Text Example

White with #7C7871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,120,113); }

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

background-color css

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

 a { background-color: rgb(124,120,113); }

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

border-color css

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

 span { border-color: rgb(124,120,113); }

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