Html Css Color HEX #7C706D Pharlap

📋 copy color: '#7C706D'

red 124 ◦ green 112 ◦ blue 109

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

Shades of Pharlap #7C706D

Tints of Pharlap #7C706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 35.94%
G = 32.46%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C706D (or 0x7C706D) is known color: Pharlap. HEX triplet: 7C, 70 and 6D. RGB value is (124,112,109). Sum of RGB (Red+Green+Blue) = 124+112+109=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C706D is #838F92. Grayscale: #737373. Windows color (decimal): -8621971 or 7172220. OLE color: 7172220.

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

Color convert

RGB 124 112 109 -
CMYK 0 0.10 0.12 0.51
HSL 12º 0.06% 0.46% -
HSV(B) 12º 0.12% 0.49% -
XYZ 16.87 16.98 16.86 -
YUV 115.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 124 112 109 0 0.10 0.12 0.51 12 0.06 0.46
Hex 7C 70 6D 0 A C 33 C 6 2E
Octal 174 160 155 0 12 14 63 14 6 56
Binary 1111100 1110000 1101101 0 1010 1100 110011 1100 110 101110

Color Harmonies of #7C706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C706D

Black with #7C706D

Text Example


Text Example

White with #7C706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,112,109); }

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

background-color css

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

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

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

border-color css

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

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

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