Html Css Color HEX #7C6463 Pharlap

📋 copy color: '#7C6463'

red 124 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #7C6463

Tints of Pharlap #7C6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 38.39%
G = 30.96%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7C6463 (or 0x7C6463) is known color: Pharlap. HEX triplet: 7C, 64 and 63. RGB value is (124,100,99). Sum of RGB (Red+Green+Blue) = 124+100+99=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6463 is #839B9C. Grayscale: #6B6B6B. Windows color (decimal): -8625053 or 6513788. OLE color: 6513788.

HSL color Cylindrical-coordinate representation of color #7C6463: hue angle of 2.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6463 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 99 -
CMYK 0 0.19 0.20 0.51
HSL 2.4º 0.11% 0.44% -
HSV(B) 2.4º 0.2% 0.49% -
XYZ 15.12 14.3 13.77 -
YUV 107.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 124 100 99 0 0.19 0.20 0.51 2.4 0.11 0.44
Hex 7C 64 63 0 13 14 33 2 B 2C
Octal 174 144 143 0 23 24 63 2 13 54
Binary 1111100 1100100 1100011 0 10011 10100 110011 10 1011 101100

Color Harmonies of #7C6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6463

Black with #7C6463

Text Example


Text Example

White with #7C6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,99); }

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

background-color css

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

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

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

border-color css

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

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

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