Html Css Color HEX #786463 Pharlap

📋 copy color: '#786463'

red 120 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #786463

Tints of Pharlap #786463

RGB

 RED value IS 120 (47.27% from 255) = 37.62%

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

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

R = 37.62%
G = 31.35%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#786463 (or 0x786463) is known color: Pharlap. HEX triplet: 78, 64 and 63. RGB value is (120,100,99). Sum of RGB (Red+Green+Blue) = 120+100+99=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786463 is #879B9C. Grayscale: #696969. Windows color (decimal): -8887197 or 6513784. OLE color: 6513784.

HSL color Cylindrical-coordinate representation of color #786463: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786463 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 99 -
CMYK 0 0.17 0.17 0.53
HSL 2.86º 0.1% 0.43% -
HSV(B) 2.86º 0.18% 0.47% -
XYZ 14.56 14.01 13.74 -
YUV 105.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 120 100 99 0 0.17 0.17 0.53 2.86 0.1 0.43
Hex 78 64 63 0 11 11 35 3 A 2B
Octal 170 144 143 0 21 21 65 3 12 53
Binary 1111000 1100100 1100011 0 10001 10001 110101 11 1010 101011

Color Harmonies of #786463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786463

Black with #786463

Text Example


Text Example

White with #786463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786463; }

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

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

background-color css

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

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

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

border-color css

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

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

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