Html Css Color HEX #7C7C73 Tapa

📋 copy color: '#7C7C73'

red 124 ◦ green 124 ◦ blue 115

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

Shades of Tapa #7C7C73

Tints of Tapa #7C7C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 34.16%
G = 34.16%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C7C73 (or 0x7C7C73) is known color: Tapa. HEX triplet: 7C, 7C and 73. RGB value is (124,124,115). Sum of RGB (Red+Green+Blue) = 124+124+115=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C73 is #83838C. Grayscale: #7B7B7B. Windows color (decimal): -8618893 or 7568508. OLE color: 7568508.

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

Color convert

RGB 124 124 115 -
CMYK 0 0 0.07 0.51
HSL 60º 0.04% 0.47% -
HSV(B) 60º 0.07% 0.49% -
XYZ 18.61 19.94 19.09 -
YUV 122.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 124 124 115 0 0 0.07 0.51 60 0.04 0.47
Hex 7C 7C 73 0 0 7 33 3C 4 2F
Octal 174 174 163 0 0 7 63 74 4 57
Binary 1111100 1111100 1110011 0 0 111 110011 111100 100 101111

Color Harmonies of #7C7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7C73

Black with #7C7C73

Text Example


Text Example

White with #7C7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,124,115); }

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

background-color css

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

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

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

border-color css

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

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

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