Html Css Color HEX #786664 Pharlap

📋 copy color: '#786664'

red 120 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #786664

Tints of Pharlap #786664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 37.27%
G = 31.68%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#786664 (or 0x786664) is known color: Pharlap. HEX triplet: 78, 66 and 64. RGB value is (120,102,100). Sum of RGB (Red+Green+Blue) = 120+102+100=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786664 is #87999B. Grayscale: #6B6B6B. Windows color (decimal): -8886684 or 6579832. OLE color: 6579832.

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

Color convert

RGB 120 102 100 -
CMYK 0 0.15 0.17 0.53
HSL 0.09% 0.43% -
HSV(B) 0.17% 0.47% -
XYZ 14.8 14.42 14.06 -
YUV 107.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 120 102 100 0 0.15 0.17 0.53 6 0.09 0.43
Hex 78 66 64 0 F 11 35 6 9 2B
Octal 170 146 144 0 17 21 65 6 11 53
Binary 1111000 1100110 1100100 0 1111 10001 110101 110 1001 101011

Color Harmonies of #786664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786664

Black with #786664

Text Example


Text Example

White with #786664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786664; }

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

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

background-color css

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

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

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

border-color css

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

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

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