Html Css Color HEX #786360 Pharlap

📋 copy color: '#786360'

red 120 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #786360

Tints of Pharlap #786360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 38.1%
G = 31.43%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#786360 (or 0x786360) is known color: Pharlap. HEX triplet: 78, 63 and 60. RGB value is (120,99,96). Sum of RGB (Red+Green+Blue) = 120+99+96=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786360 is #879C9F. Grayscale: #686868. Windows color (decimal): -8887456 or 6316920. OLE color: 6316920.

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

Color convert

RGB 120 99 96 -
CMYK 0 0.17 0.2 0.53
HSL 7.5º 0.11% 0.42% -
HSV(B) 7.5º 0.2% 0.47% -
XYZ 14.32 13.76 12.97 -
YUV 104.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 120 99 96 0 0.17 0.2 0.53 7.5 0.11 0.42
Hex 78 63 60 0 11 14 35 8 B 2A
Octal 170 143 140 0 21 24 65 10 13 52
Binary 1111000 1100011 1100000 0 10001 10100 110101 1000 1011 101010

Color Harmonies of #786360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786360

Black with #786360

Text Example


Text Example

White with #786360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786360; }

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

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

background-color css

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

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

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

border-color css

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

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

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