Html Css Color HEX #7C7872 Concord

📋 copy color: '#7C7872'

red 124 ◦ green 120 ◦ blue 114

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

Shades of Concord #7C7872

Tints of Concord #7C7872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 34.64%
G = 33.52%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C7872 (or 0x7C7872) is known color: Concord. HEX triplet: 7C, 78 and 72. RGB value is (124,120,114). Sum of RGB (Red+Green+Blue) = 124+120+114=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7872 is #83878D. Grayscale: #787878. Windows color (decimal): -8619918 or 7501948. OLE color: 7501948.

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

Color convert

RGB 124 120 114 -
CMYK 0 0.03 0.08 0.51
HSL 36º 0.04% 0.47% -
HSV(B) 36º 0.08% 0.49% -
XYZ 18.07 18.93 18.62 -
YUV 120.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 124 120 114 0 0.03 0.08 0.51 36 0.04 0.47
Hex 7C 78 72 0 3 8 33 24 4 2F
Octal 174 170 162 0 3 10 63 44 4 57
Binary 1111100 1111000 1110010 0 11 1000 110011 100100 100 101111

Color Harmonies of #7C7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7872

Black with #7C7872

Text Example


Text Example

White with #7C7872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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